-
-
Notifications
You must be signed in to change notification settings - Fork 22
Remove all unnecessary headers as guided by Qt Creator on macOS. #1346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
hsorby
commented
Nov 25, 2025
- Addresses Qt Creator says we have unnecessary includes #1344.
|
It turns out that there is a lot of agreement across the tested platforms. Only Windows requiring an extra iterator include being the differenct. |
|
whats our confidence level that this works fine on a windows machine with Visual Studio? |
nickerso
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems all good, will approve once I can try this with Visual Studio on my machine or if someone can give assurance that visual studio on a windows machine has been checked :)
|
100%, I have tested just this scenario using Visual Studio 2022 on Windows 10 building the Release version of the library. |
Windows 10?! What about windows 11? |
…nflict in generator.h.
I have tested this code change with Windows 11 using Visual Studio 2022 (updated to the latest version) and it built perfectly. |