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
using myvariant = boost::variant2<int, myclass>;
static_assert(myvariant::double_storage_required() == false, "some member is forcing double storage");
The text was updated successfully, but these errors were encountered:
It would be nice to enable something like this:
The text was updated successfully, but these errors were encountered: