Skip to content

Commit 9a5ec7d

Browse files
committed
Fix supported range for char8_t
1 parent 3b1df75 commit 9a5ec7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/format.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Note the space at the front of these string to keep with width at 10 characters
7575
If you want the result to be a different string width than `char` you can specify this with the format string.
7676
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].
78-
`char8_t` is supported from pass:[C++20].
78+
`char8_t` is supported from pass:[C++23].
7979

8080
=== Putting it All Together
8181

0 commit comments

Comments
 (0)