-
Notifications
You must be signed in to change notification settings - Fork 88
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
No longer works with Visual Studio 2017 #35
Comments
Thanks for the report! I'll look into this today. |
I got the same error! Any idea what's causing this? |
It seems like it's having trouble with the cartesian product generation here: https://github.com/mpark/variant/blob/master/include/mpark/variant.hpp#L574-L575 I'll have to play with whether I need to reformulate this for MSVC or if there's some way to coax it to understand it. |
Closed by 2bb35f1 |
I've just updated to VS 15.5 (toolset 14.12), and no longer able to build projects which use the variant.
Here're the errors (in case it helps):
The text was updated successfully, but these errors were encountered: