Skip to content

Commit

Permalink
LWG3274 Missing feature test macro for <span>
Browse files Browse the repository at this point in the history
Also fixes NB GB 166 (C++20 CD).
  • Loading branch information
Dawn Perchik authored and zygoloid committed Nov 20, 2019
1 parent daa9901 commit 0b5ffcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@
#define @\defnlibxname{cpp_lib_shared_timed_mutex}@ 201402L // also in \libheader{shared_mutex}
#define @\defnlibxname{cpp_lib_source_location}@ 201907L // also in \libheader{source_location}
#define @\defnlibxname{cpp_lib_spaceship}@ 201907L // also in \libheader{compare}
#define @\defnlibxname{cpp_lib_span}@ 201902L // also in \libheader{span}
#define @\defnlibxname{cpp_lib_string_udls}@ 201304L // also in \libheader{string}
#define @\defnlibxname{cpp_lib_string_view}@ 201803L // also in \libheader{string}, \libheader{string_view}
#define @\defnlibxname{cpp_lib_three_way_comparison}@ 201711L // also in \libheader{compare}
Expand Down

0 comments on commit 0b5ffcc

Please sign in to comment.