File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 617
617
#define @\defnlibxname {cpp_lib_execution}@ 201902L // also in \libheader {execution}
618
618
#define @\defnlibxname {cpp_lib_expected}@ 202202L // also in \libheader {expected}
619
619
#define @\defnlibxname {cpp_lib_filesystem}@ 201703L // also in \libheader {filesystem}
620
- #define @\defnlibxname {cpp_lib_format}@ 202110L // also in \libheader {format}
620
+ #define @\defnlibxname {cpp_lib_format}@ 202207L // also in \libheader {format}
621
621
#define @\defnlibxname {cpp_lib_gcd_lcm}@ 201606L // also in \libheader {numeric}
622
622
#define @\defnlibxname {cpp_lib_generic_associative_lookup}@ 201304L // also in \libheader {map}, \libheader {set}
623
623
#define @\defnlibxname {cpp_lib_generic_unordered_lookup}@ 201811L
Original file line number Diff line number Diff line change 10509
10509
the formats specified in ISO 8601:2004 shall be used where so described.
10510
10510
Some of the conversion specifiers
10511
10511
depend on the formatting locale.
10512
+ If the string literal encoding is a Unicode encoding form and
10513
+ the locale is among
10514
+ an \impldef {locales with Unicode support for chrono types} set of locales,
10515
+ each replacement that depends on the locale is performed as if
10516
+ the replacement character sequence is converted to the string literal encoding.
10512
10517
If the formatted object does not contain the information
10513
10518
the conversion specifier refers to,
10514
10519
an exception of type \tcode {format_error} is thrown.
You can’t perform that action at this time.
0 commit comments