Skip to content

Commit 6ec7298

Browse files
committed
Add note on std::format support being more limited
1 parent 9a5ec7d commit 6ec7298

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/modules/ROOT/pages/format.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ For example if you want the result to be `wchar_t` you can use `L"{}"`.
7777
`wchar_t`, `char16_t`, `char32_t` are supported from pass:[C++17].
7878
`char8_t` is supported from pass:[C++23].
7979

80+
IMPORTANT: `std::format` only supports `char` and `wchar_t` types per the pass:[C++] specification.
81+
8082
=== Putting it All Together
8183

8284
The appropriate order for the full format specifier is:

0 commit comments

Comments
 (0)