-
Notifications
You must be signed in to change notification settings - Fork 51
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
MPark.Variant #74
MPark.Variant #74
Conversation
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.
While the dependency is still not nice to have, it's worth it for getting Boost out of the system earlier.
rebased the draft to not use git submodules but the single-header version. we can later on do exactly the same for replacing boost test with the single-header catch2 library |
Add single-header version.
Do not use the MPark.Variant library if users compile with C++17
Missing source file added. Missing includes added.
@ax3l TIL Quantstack uses this mpark::variant as well. |
Cool, didn't know that. Good sign :D
|
Draft for removing
boost::variant
for astd::variant
in from MPark.Variant #70