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
If the value representation type is not specified, then it is not g. A mandatory zero is added after the period. The number does not match the shortest representation.
Fixed point has a fixed precision of 6 digits. Only significant digits are expected (it doesn't matter if there are more than 6 or less) https://godbolt.org/z/EEEedePaf
Somewhere it was written about compatibility with std. Will this be fixed?
The text was updated successfully, but these errors were encountered:
std::format is specified in terms of std::to_chars but for your examples to make sense you need to correctly form invocations to the latter. It doesn't make a lot of sense to talk about abstract compatibility of the two APIs. fmt::format is compatible with std::format on numeric types with one exception related to precision already tracked in #3649.
https://godbolt.org/z/EEEedePaf
Somewhere it was written about compatibility with std. Will this be fixed?
The text was updated successfully, but these errors were encountered: