-
Notifications
You must be signed in to change notification settings - Fork 82
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
Boost 1.70.0 compile errors in VS2017 x86 /std:c++17 /clr #123
Comments
The PR fixes the issue on my side. |
I can confirm this issue exists on vs2019 using boost version 1.70.0. The above patch (https://github.com/codingdave/type_traits/commit/ff1a2967b3ca68a6f8fb229c5ad9bc2cfbeb2852) does fix the issue for me. |
I have a similar issue. c++17, mcvs19, boost 1.73, x64.
couldn't solve it. rolling back to c++14. |
@yoavmil That issue in Boost.Polygon was fixed in develop but not merged to master for the 1.74 release: boostorg/polygon@5cfcb6c I'll merge it for the 1.75 release. |
Great. thanks for the quick answer |
The patch that @codingdave put up isn't quite correct. It will fix the issue for .NET Framework C++/CLI projects, but not for .NET Core C++/CLI projects. |
Hi,
I get compiler errors when trying to compile with 32 bit and CLR using Visual Studio 2017:
The text was updated successfully, but these errors were encountered: