From 285f6a22dcea4f99a795ccf067c309ddd3f1f1fe Mon Sep 17 00:00:00 2001 From: Mirion <51433180+mirion-dev@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:27:16 +0800 Subject: [PATCH] Update conformance status of P0429, P1222 and P3567 for MSVC --- features_cpp23.yaml | 6 +++++- features_cpp26.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/features_cpp23.yaml b/features_cpp23.yaml index 8507300..69d8ef9 100644 --- a/features_cpp23.yaml +++ b/features_cpp23.yaml @@ -1018,6 +1018,7 @@ features: support: - GCC 15 - Clang 20 + - MSVC 14.51 - Xcode 26 ftm: - name: __cpp_lib_flat_map @@ -1026,7 +1027,10 @@ features: - desc: "`std::flat_set` (``)" paper: P1222 lib: true - support: [GCC 15, Clang 21] + support: + - GCC 15 + - Clang 21 + - MSVC 14.51 ftm: - name: __cpp_lib_flat_set value: 202207L diff --git a/features_cpp26.yaml b/features_cpp26.yaml index 196861c..15f700b 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1545,7 +1545,7 @@ features: - desc: "`flat_meow` fixes" paper: P3567 lib: true - support: [Clang 22] + support: [Clang 22, MSVC 14.51] ftm: - name: __cpp_lib_flat_map value: 202511L