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 fa9f9cbCopy full SHA for fa9f9cb
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>},
-\tcode{<compare>},
2158
+\tcode{<compare>},\newline
2159
\tcode{<concepts>},
2160
\tcode{<coroutine>},
2161
+\tcode{<format>},
2162
+\tcode{<latch>},
2163
\tcode{<numbers>},
2164
\tcode{<ranges>},
-\tcode{<span>},
2165
+\tcode{<semaphore>},
2166
+\tcode{<span>},\newline
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