From fb8061e188fb4e185c5c077c5bf718bc77f53b85 Mon Sep 17 00:00:00 2001 From: Tymi Date: Fri, 16 Jan 2026 18:43:48 +0100 Subject: [PATCH 1/2] Update features_cpp23.yaml Signed-off-by: Tymi --- features_cpp23.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features_cpp23.yaml b/features_cpp23.yaml index bf5d3a1..8f72776 100644 --- a/features_cpp23.yaml +++ b/features_cpp23.yaml @@ -485,6 +485,8 @@ features: - desc: "Relaxing requirements for `chrono::time_point::clock`" paper: P2212 lib: true + support: + - MSVC - desc: "Providing size feedback in the Allocator interface" paper: P0401 From 43b2c297ca9d640d83c084a2e7c0b54d6683b2dd Mon Sep 17 00:00:00 2001 From: Tymi Date: Fri, 16 Jan 2026 19:43:54 +0100 Subject: [PATCH 2/2] Also update Clang/GCC/Xcode to support P2212 Signed-off-by: Tymi --- features_cpp23.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features_cpp23.yaml b/features_cpp23.yaml index 8f72776..a874dbb 100644 --- a/features_cpp23.yaml +++ b/features_cpp23.yaml @@ -487,6 +487,9 @@ features: lib: true support: - MSVC + - GCC 11 + - Clang 17 + - Xcode 16.1 - desc: "Providing size feedback in the Allocator interface" paper: P0401