Skip to content

Commit 1c85190

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/compatibility.tex

Lines changed: 5 additions & 0 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>},
21572158
\tcode{<compare>},
21582159
\tcode{<concepts>},
21592160
\tcode{<coroutine>},
2161+
\tcode{<format>},
2162+
\tcode{<latch>},
21602163
\tcode{<numbers>},
21612164
\tcode{<ranges>},
2165+
\tcode{<semaphore>},
21622166
\tcode{<span>},
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)