Skip to content

Commit b4ec5c6

Browse files
committed
Merge 2020-11 LWG Motion 5
2 parents ab9231e + 66a74de commit b4ec5c6

File tree

3 files changed

+718
-1
lines changed

3 files changed

+718
-1
lines changed

source/lib-intro.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,10 +982,11 @@
982982
\tcode{<span>} \\
983983
\tcode{<sstream>} \\
984984
\tcode{<stack>} \\
985+
\tcode{<stacktrace>} \\
985986
\tcode{<stdexcept>} \\
986987
\tcode{<stop_token>} \\
987-
\tcode{<streambuf>} \\
988988
\columnbreak
989+
\tcode{<streambuf>} \\
989990
\tcode{<string>} \\
990991
\tcode{<string_view>} \\
991992
\tcode{<strstream>} \\

source/support.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@
672672
#define @\defnlibxname{cpp_lib_source_location}@ 201907L // also in \libheader{source_location}
673673
#define @\defnlibxname{cpp_lib_span}@ 202002L // also in \libheader{span}
674674
#define @\defnlibxname{cpp_lib_ssize}@ 201902L // also in \libheader{iterator}
675+
#define @\defnlibxname{cpp_lib_stacktrace}@ 202011L // also in \libheader{stacktrace}
675676
#define @\defnlibxname{cpp_lib_starts_ends_with}@ 201711L // also in \libheader{string}, \libheader{string_view}
676677
#define @\defnlibxname{cpp_lib_string_contains}@ 202011L // also in \libheader{string}, \libheader{string_view}
677678
#define @\defnlibxname{cpp_lib_string_udls}@ 201304L // also in \libheader{string}

0 commit comments

Comments
 (0)