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
On GCC 12, a mutable variable can't be used in a constexpr context, but
it now works in GCC 13.
Unfortunately, (or fortunately?) GCC 13 reports an OOB write in fmtlib's
float formatting. We disable that warning for now so that we can build,
and it is reported upstream at fmtlib/fmt#3533
0 commit comments