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
The current implementation makes use of reinterpret_cast in at least one of the great 5. Unfortunately, reinterpret_cast is not supported in a constexpr context: godbolt
The text was updated successfully, but these errors were encountered:
The current implementation makes use of
reinterpret_cast
in at least one of the great 5. Unfortunately,reinterpret_cast
is not supported in a constexpr context: godboltThe text was updated successfully, but these errors were encountered: