Skip to content

Commit 64c8b27

Browse files
timsong-cppzygoloid
authored andcommitted
[diff.cpp14.library] Add Annex C entry for new headers in C++17
Fixes #1700.
1 parent 1a9b8eb commit 64c8b27

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
@@ -1690,6 +1690,22 @@
16901690

16911691
\rSec2[diff.cpp14.library]{\ref{library}: library introduction}
16921692

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+
16931709
\ref{namespace.future}
16941710
\change New reserved namespaces.
16951711
\rationale Reserve namespaces for future revisions of the standard library

0 commit comments

Comments
 (0)