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
When changing the struct Point example explaining nested_formatter-usage in the API reference to use dynamic precision, execution fails with an error
Execution build compiler returned: 0
Program returned: 139
terminate called after throwing an instance of 'fmt::v10::format_error'
what(): precision is not integer
Program terminated with signal: SIGSEGV
Thanks for reporting. The problem is that the wrong format context is being used in the nested format call. We'll need to tweak the API a bit to synchronize contexts.
When changing the
struct Point
example explainingnested_formatter
-usage in the API reference to use dynamic precision, execution fails with an errorReproducer on godbolt: https://godbolt.org/z/srYqdvnEb
The text was updated successfully, but these errors were encountered: