Skip to content

Commit fa9f9cb

Browse files
committed
[diff.cpp17.library] Add new headers since C++17.
1 parent 4060676 commit fa9f9cb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/compatibility.tex

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2153,13 +2153,18 @@
21532153
\rationale New functionality.
21542154
\effect
21552155
The following \Cpp{} headers are new:
2156+
\tcode{<barrier>},
21562157
\tcode{<bit>},
2157-
\tcode{<compare>},
2158+
\tcode{<compare>},\newline
21582159
\tcode{<concepts>},
21592160
\tcode{<coroutine>},
2161+
\tcode{<format>},
2162+
\tcode{<latch>},
21602163
\tcode{<numbers>},
21612164
\tcode{<ranges>},
2162-
\tcode{<span>},
2165+
\tcode{<semaphore>},
2166+
\tcode{<span>},\newline
2167+
\tcode{<stop_token>},
21632168
\tcode{<syncstream>}, and
21642169
\tcode{<version>}.
21652170
Valid \CppXVII{} code that \tcode{\#include}{s} headers with these names may be

0 commit comments

Comments
 (0)