Skip to content

Commit

Permalink
[version.syn] Revert __cpp_lib_chrono back to 201907L as directed by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawn Perchik committed Nov 19, 2019
1 parent 1c96238 commit 8cabcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@
#define @\defnlibxname{cpp_lib_byte}@ 201603L // also in \libheader{cstddef}
#define @\defnlibxname{cpp_lib_char8_t}@ 201907L
// also in \libheader{atomic}, \libheader{filesystem}, \libheader{istream}, \libheader{limits}, \libheader{locale}, \libheader{ostream}, \libheader{string}, \libheader{string_view}
#define @\defnlibxname{cpp_lib_chrono}@ 201803L // also in \libheader{chrono}
#define @\defnlibxname{cpp_lib_chrono}@ 201907L // also in \libheader{chrono}
#define @\defnlibxname{cpp_lib_chrono_udls}@ 201304L // also in \libheader{chrono}
#define @\defnlibxname{cpp_lib_clamp}@ 201603L // also in \libheader{algorithm}
#define @\defnlibxname{cpp_lib_complex_udls}@ 201309L // also in \libheader{complex}
Expand Down

0 comments on commit 8cabcc6

Please sign in to comment.