Skip to content

Commit 9a172bf

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/compatibility.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2153,13 +2153,19 @@
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>},
2165+
\tcode{<semaphore>},
2166+
\tcode{<source_location>},
21622167
\tcode{<span>},
2168+
\tcode{<stop_token>},
21632169
\tcode{<syncstream>}, and
21642170
\tcode{<version>}.
21652171
Valid \CppXVII{} code that \tcode{\#include}{s} headers with these names may be

0 commit comments

Comments
 (0)