Skip to content

Commit 2901f3f

Browse files
jensmaurertkoeppe
authored andcommitted
[diff.cpp20.library] Add subclause, highlighting new headers
1 parent b9e683e commit 2901f3f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source/compatibility.tex

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,22 @@
5555
// now equivalent to \tcode{arr.operator[](1, 2)} or ill-formed
5656
\end{codeblock}
5757

58+
\rSec2[diff.cpp20.library]{\ref{library}: library introduction}
59+
60+
\diffref{headers}
61+
\change
62+
New headers.
63+
\rationale
64+
New functionality.
65+
\effect
66+
The following \Cpp{} headers are new:
67+
\libheaderref{expected},
68+
\libheaderref{stdatomic.h},
69+
\libheaderref{spanstream}, and
70+
\libheaderref{stacktrace}.
71+
Valid \CppXX{} code that \tcode{\#include}{s} headers with these names may be
72+
invalid in this revision of \Cpp{}.
73+
5874
\rSec2[diff.cpp20.utilities]{\ref{utilities}: general utilities library}
5975

6076
\diffref{format}

0 commit comments

Comments
 (0)