Skip to content

Commit

Permalink
[diff.cpp23.library] Entry for new headers in C++26 (#6648)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisdairM authored Nov 14, 2023
1 parent 9799839 commit ecbeb5a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source/compatibility.tex
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@
bool b = ne({2,3}, {1,2,3}); // unspecified result; previously \tcode{false}
\end{codeblock}

\rSec2[diff.cpp23.library]{\ref{library}: library introduction}

\diffref{headers}
\change
New headers.
\rationale
New functionality.
\effect
The following \Cpp{} headers are new:
\libheaderrefx{hazard_pointer}{hazard.pointer.syn},
\libheaderref{rcu}, and
\libheaderrefx{text_encoding}{text.encoding.syn}.
Valid \CppXXIII{} code that \tcode{\#include}{s} headers with these names may be
invalid in this revision of \Cpp{}.

\rSec2[diff.cpp23.strings]{\ref{strings}: strings library}

\diffref{string.conversions}
Expand Down

0 comments on commit ecbeb5a

Please sign in to comment.