We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatting for exceptions exists (e.g. via #3062 or #3076). This is not documented (missing in the list at
fmt/doc/api.md
Lines 491 to 505 in cc2ba8f
Additionally, there seem to be different ways to format exceptions (without any specified and with {:t}), as can be seen from the tests:
{:t}
fmt/test/std-test.cc
Lines 311 to 318 in cc2ba8f
This is undocumented in https://github.com/fmtlib/fmt/blob/cc2ba8f9ede4e5ae3262f43f3e4d07a22a9acdfc/doc/syntax.md. The only reference in the docs to t is A horizontal-tab character. for chrono
t
A horizontal-tab character.
The text was updated successfully, but these errors were encountered:
Formatting of std::exception is still WIP/experimental and exact format string syntax is subject to change but I added it to the list in https://fmt.dev/dev/api/#standard-library-types-formatting.
std::exception
Sorry, something went wrong.
No branches or pull requests
Formatting for exceptions exists (e.g. via #3062 or #3076).
This is not documented (missing in the list at
fmt/doc/api.md
Lines 491 to 505 in cc2ba8f
Additionally, there seem to be different ways to format exceptions (without any specified and with
{:t}
), as can be seen from the tests:fmt/test/std-test.cc
Lines 311 to 318 in cc2ba8f
This is undocumented in https://github.com/fmtlib/fmt/blob/cc2ba8f9ede4e5ae3262f43f3e4d07a22a9acdfc/doc/syntax.md. The only reference in the docs to
t
isA horizontal-tab character.
for chronoThe text was updated successfully, but these errors were encountered: