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
libc++abi: terminating due to uncaught exception of type fmt::v11::format_error: width/precision is not integer
Program terminated with signal: SIGSEGV
The text was updated successfully, but these errors were encountered:
It seems that the fmt::basic_appender<char> does not satisfy input_or_output_iterator on fmt 11.0.2.
Could you please check if it reproduces with the latest fmt version? I could not reproduce it for the fmt master version on the Compiler Explorer (https://godbolt.org/z/beGoznE1P).
Getting these errors since upgrading to fmtlib v11.0.2.
Not sure if related:
Compiler explorer fmt v11.0.0
Compiler explorer fmt trunk
The text was updated successfully, but these errors were encountered: