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
std::get for std::variant in libstdc++ 9 is erroneously marked noexcept in one place and not marked somewhere else in the same header. GCC allows this but clang does not as the standard forbids it.
This has been fixed upstream so won't be a problem in libstdc++ 10. However I don't think there's an easy workaround for this, so possibly we just need to specify in the Readme that this combination of compiler and standard library won't work.
The text was updated successfully, but these errors were encountered:
std::get for std::variant in libstdc++ 9 is erroneously marked noexcept in one place and not marked somewhere else in the same header. GCC allows this but clang does not as the standard forbids it.
This has been fixed upstream so won't be a problem in libstdc++ 10. However I don't think there's an easy workaround for this, so possibly we just need to specify in the Readme that this combination of compiler and standard library won't work.
The text was updated successfully, but these errors were encountered: