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 4060676 commit 1c85190Copy full SHA for 1c85190
source/compatibility.tex
@@ -2153,13 +2153,18 @@
2153
\rationale New functionality.
2154
\effect
2155
The following \Cpp{} headers are new:
2156
+\tcode{<barrier>},
2157
\tcode{<bit>},
2158
\tcode{<compare>},
2159
\tcode{<concepts>},
2160
\tcode{<coroutine>},
2161
+\tcode{<format>},
2162
+\tcode{<latch>},
2163
\tcode{<numbers>},
2164
\tcode{<ranges>},
2165
+\tcode{<semaphore>},
2166
\tcode{<span>},
2167
+\tcode{<stop_token>},
2168
\tcode{<syncstream>}, and
2169
\tcode{<version>}.
2170
Valid \CppXVII{} code that \tcode{\#include}{s} headers with these names may be
0 commit comments