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