Skip to content

Commit f5fdfe4

Browse files
AlisdairMtkoeppe
authored andcommitted
[diff.cpp20.library] Add missing new headers for C++23
1 parent f474227 commit f5fdfe4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/compatibility.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,12 @@
202202
\libheaderrefx{flat_map}{flat.map.syn},
203203
\libheaderrefx{flat_set}{flat.set.syn},
204204
\libheaderref{generator},
205+
\libheaderref{mdspan},
205206
\libheaderref{print},
206207
\libheaderref{spanstream},
207-
\libheaderref{stacktrace}, and
208-
\libheaderref{stdatomic.h}.
208+
\libheaderref{stacktrace},
209+
\libheaderref{stdatomic.h}, and
210+
\libheaderref{stdfloat}.
209211
Valid \CppXX{} code that \tcode{\#include}{s} headers with these names may be
210212
invalid in this revision of \Cpp{}.
211213

0 commit comments

Comments
 (0)