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 3b1df75 commit 9a5ec7dCopy full SHA for 9a5ec7d
doc/modules/ROOT/pages/format.adoc
@@ -75,7 +75,7 @@ Note the space at the front of these string to keep with width at 10 characters
75
If you want the result to be a different string width than `char` you can specify this with the format string.
76
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++20].
+`char8_t` is supported from pass:[C++23].
79
80
=== Putting it All Together
81
0 commit comments