Skip to content

Commit 28e87a0

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

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

papers/nxxxx.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ CWG motion 2: [P1234R5 "Paper name"](http://wg21.link/p1234r5), resolving 3 NB c
4343

4444
...
4545

46+
### LWG motion 19
47+
48+
Did not change the value of the `__cpp_lib_chrono` macro.
49+
50+
The requested new value of this macro (`201803L`)
51+
is actually lower than the current value
52+
(`201907L`, not `201611L` as listed in [P1902R1](http://wg21.link/p1902r1)).
53+
The chair of SG10 has confirmed that the request to change this macro's value
54+
is an error. The pre-existing, higher value is retained.
55+
4656
## Disposition of editorial NB comments on C++ 2020 CD1
4757

4858
Listed below are draft disposition for all comments that were

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)