We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5ec7d commit 6ec7298Copy full SHA for 6ec7298
doc/modules/ROOT/pages/format.adoc
@@ -77,6 +77,8 @@ For example if you want the result to be `wchar_t` you can use `L"{}"`.
77
`wchar_t`, `char16_t`, `char32_t` are supported from pass:[C++17].
78
`char8_t` is supported from pass:[C++23].
79
80
+IMPORTANT: `std::format` only supports `char` and `wchar_t` types per the pass:[C++] specification.
81
+
82
=== Putting it All Together
83
84
The appropriate order for the full format specifier is:
0 commit comments