Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,11 @@ following differences:
(ignoring redundant digits and sign in exponent) and may produce more
decimal digits than necessary.

- For the `'a'`/`'A'` presentation types, {fmt} includes the `0x`/`0X`
prefix in the output (like `printf`'s `%a`), while `std::format` output
for hexadecimal floating-point values is specified in terms of
`std::to_chars` and does not include that prefix.

## Configuration Options

{fmt} provides configuration via CMake options and preprocessor macros to
Expand Down