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