diff --git a/features_cpp23.yaml b/features_cpp23.yaml index bf5d3a1..a874dbb 100644 --- a/features_cpp23.yaml +++ b/features_cpp23.yaml @@ -485,6 +485,11 @@ features: - desc: "Relaxing requirements for `chrono::time_point::clock`" paper: P2212 lib: true + support: + - MSVC + - GCC 11 + - Clang 17 + - Xcode 16.1 - desc: "Providing size feedback in the Allocator interface" paper: P0401