You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would break C++11 incompatibility so I think making it adapt to std::variant to me seems like it would be less flexible. One option could be to have a macro flag that enables std::variant instead of boost::variant.
Currently it adapts to boost::variant, which looks either outdated or non-flexible.
The text was updated successfully, but these errors were encountered: