We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
VS2022 v17.10 will be officially released soon. _MSC_VER is 1940 so it will not be mapped to 14.3 in boost code.
https://github.com/boostorg/config/blob/5734e160e08b8df898c7f747000f27a3aafb7b2b/include/boost/config/compiler/visualc.hpp#L375C1-L377C9
https://devblogs.microsoft.com/cppblog/msvc-toolset-minor-version-number-14-40-in-vs-2022-v17-10/
The text was updated successfully, but these errors were encountered:
Our team has also seen this issue and have a workaround but would like to see this merged.
Thank you
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
VS2022 v17.10 will be officially released soon. _MSC_VER is 1940 so it will not be mapped to 14.3 in boost code.
https://github.com/boostorg/config/blob/5734e160e08b8df898c7f747000f27a3aafb7b2b/include/boost/config/compiler/visualc.hpp#L375C1-L377C9
https://devblogs.microsoft.com/cppblog/msvc-toolset-minor-version-number-14-40-in-vs-2022-v17-10/
The text was updated successfully, but these errors were encountered: