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
Compiling fmt 11.1.2 using GCC 6.4.0 triggers compilation errors caused by the bigint class. Reproducer is here. There are also additional errors related to uninitialized buffer of char in constexpr context that do not appear the repro but are triggered during the compilation of unit tests.
The text was updated successfully, but these errors were encountered:
Compiling fmt 11.1.2 using GCC 6.4.0 triggers compilation errors caused by the
bigint
class. Reproducer is here. There are also additional errors related to uninitializedbuffer
ofchar
inconstexpr
context that do not appear the repro but are triggered during the compilation of unit tests.The text was updated successfully, but these errors were encountered: