From f5fdfe453e5a1e0370f2cb28bfc2dfeecab6370e Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Wed, 8 Nov 2023 15:12:16 -1000 Subject: [PATCH] [diff.cpp20.library] Add missing new headers for C++23 --- source/compatibility.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/compatibility.tex b/source/compatibility.tex index 5fef3ab298..70716c9d45 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -202,10 +202,12 @@ \libheaderrefx{flat_map}{flat.map.syn}, \libheaderrefx{flat_set}{flat.set.syn}, \libheaderref{generator}, +\libheaderref{mdspan}, \libheaderref{print}, \libheaderref{spanstream}, -\libheaderref{stacktrace}, and -\libheaderref{stdatomic.h}. +\libheaderref{stacktrace}, +\libheaderref{stdatomic.h}, and +\libheaderref{stdfloat}. Valid \CppXX{} code that \tcode{\#include}{s} headers with these names may be invalid in this revision of \Cpp{}.