We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e683e commit 2901f3fCopy full SHA for 2901f3f
source/compatibility.tex
@@ -55,6 +55,22 @@
55
// now equivalent to \tcode{arr.operator[](1, 2)} or ill-formed
56
\end{codeblock}
57
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
74
\rSec2[diff.cpp20.utilities]{\ref{utilities}: general utilities library}
75
76
\diffref{format}
0 commit comments