Skip to content

Commit 4eedcb0

Browse files
committed
[diff.cpp17.library] Add Annex C entry for new headers <compare> and
<syncstream> added since C++17.
1 parent 9112c6a commit 4eedcb0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/compatibility.tex

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,6 +1896,19 @@
18961896
}
18971897
\end{codeblock}
18981898

1899+
\rSec2[diff.cpp17.library]{\ref{library}: library introduction}
1900+
1901+
\ref{headers}
1902+
\change New headers.
1903+
\rationale New functionality.
1904+
\effect
1905+
The following \Cpp{} headers are new:
1906+
\tcode{<compare>}
1907+
and
1908+
\tcode{<syncstream>}.
1909+
Valid \CppXVII{} code that \tcode{\#include}{s} headers with these names may be
1910+
invalid in this International Standard.
1911+
18991912
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19001913
\rSec1[diff.library]{C standard library}
19011914
\indextext{library!C standard}%

0 commit comments

Comments
 (0)