-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Build failure when using std::variant #24
Comments
With ZUG_VARIANT_BOOST (succeeds):
Without ZUG_VARIANT_BOOST:
Without boost/mpl include:
|
This seems to be an issue with gcc (or even with the C++ standard?) that doesn't allow |
zug can't be built with std::variant for now. See: arximboldi/zug#24
I got this build failure:
The text was updated successfully, but these errors were encountered: