Skip to content

Commit e6428e5

Browse files
Dawn Perchikzygoloid
authored andcommitted
[version.syn] Revert __cpp_lib_chrono back to 201907L as directed by @brevzin in #3476.
1 parent e9c230d commit e6428e5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

papers/nxxxx.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ These uses have been replaced with `safe_range`.
8282
Did not add the macro `__cpp_lib_atomic_ref`.
8383
This macro already existed with the specified value.
8484

85+
Did not change the value of the `__cpp_lib_chrono` macro.
86+
The requested new value of this macro (`201803L`)
87+
is actually lower than the current value
88+
(`201907L`, not `201611L` as listed in [P1902R1](http://wg21.link/p1902r1)).
89+
The chair of SG10 has confirmed that the request to change this macro's value
90+
is an error. The pre-existing, higher value is retained.
91+
8592
Did not change the value of the `__cpp_lib_ranges` macro.
8693
The requested new value of this macro (`201907L`)
8794
is lower than the value `201911L` introduced by

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
#define @\defnlibxname{cpp_lib_byte}@ 201603L // also in \libheader{cstddef}
575575
#define @\defnlibxname{cpp_lib_char8_t}@ 201907L
576576
// also in \libheader{atomic}, \libheader{filesystem}, \libheader{istream}, \libheader{limits}, \libheader{locale}, \libheader{ostream}, \libheader{string}, \libheader{string_view}
577-
#define @\defnlibxname{cpp_lib_chrono}@ 201803L // also in \libheader{chrono}
577+
#define @\defnlibxname{cpp_lib_chrono}@ 201907L // also in \libheader{chrono}
578578
#define @\defnlibxname{cpp_lib_chrono_udls}@ 201304L // also in \libheader{chrono}
579579
#define @\defnlibxname{cpp_lib_clamp}@ 201603L // also in \libheader{algorithm}
580580
#define @\defnlibxname{cpp_lib_complex_udls}@ 201309L // also in \libheader{complex}

0 commit comments

Comments
 (0)