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 1a9b8eb commit 64c8b27Copy full SHA for 64c8b27
source/compatibility.tex
@@ -1690,6 +1690,22 @@
1690
1691
\rSec2[diff.cpp14.library]{\ref{library}: library introduction}
1692
1693
+\ref{headers}
1694
+\change New headers.
1695
+\rationale New functionality.
1696
+\effect
1697
+The following \Cpp headers are new:
1698
+\tcode{<any>},
1699
+\tcode{<execution>},
1700
+\tcode{<filesystem>},
1701
+\tcode{<memory_resource>},
1702
+\tcode{<optional>},
1703
+\tcode{<string_view>},
1704
+and
1705
+\tcode{<variant>}.
1706
+Valid \CppXIV code that \tcode{\#include}{s} headers with these names may be
1707
+invalid in this International Standard.
1708
+
1709
\ref{namespace.future}
1710
\change New reserved namespaces.
1711
\rationale Reserve namespaces for future revisions of the standard library
0 commit comments