From 2ab611e0966eed6706b2f6acdef25d3d10ccf011 Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Mon, 3 Feb 2025 16:17:48 -0500 Subject: [PATCH] [diff.cpp.library] Add new C23 headers to list of new headers --- source/compatibility.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/compatibility.tex b/source/compatibility.tex index 9c8bb96dee..81b8d6e2ed 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -187,7 +187,9 @@ \libheaderrefx{inplace_vector}{inplace.vector.syn}, \libheaderref{linalg}, \libheaderref{rcu}, -\libheaderref{simd}, and +\libheaderref{simd}, +\libheaderref{stdbit.h}, +\libheaderref{stdckdint.h}, and \libheaderrefx{text_encoding}{text.encoding.syn}. Valid \CppXXIII{} code that \tcode{\#include}{s} headers with these names may be invalid in this revision of \Cpp{}.