From d362259ad526a1d316ee778ae712d0244e0dfb9d Mon Sep 17 00:00:00 2001 From: Mirion <51433180+mirion-dev@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:09:22 +0800 Subject: [PATCH] Update MSVC conformance status for C++23 --- features_cpp23.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/features_cpp23.yaml b/features_cpp23.yaml index 1571b2a..9bbc21b 100644 --- a/features_cpp23.yaml +++ b/features_cpp23.yaml @@ -497,7 +497,7 @@ features: support: - GCC 16 - Clang - - MSVC ? + - MSVC 14.30 - Xcode ? - desc: "Character sets and encodings" @@ -1030,7 +1030,6 @@ features: support: - GCC ? - Clang ? - - MSVC ? - Xcode ? - desc: "Revising the wording of stream input operations" @@ -1039,7 +1038,7 @@ features: support: - GCC ? - Clang 9 - - MSVC ? + - MSVC - Xcode ? - desc: "Byte-wise atomic `std::memcpy()`" @@ -1048,7 +1047,6 @@ features: support: - GCC ? - Clang ? - - MSVC ? - Xcode ? - desc: "`std::flat_map` (``)" @@ -1569,7 +1567,7 @@ features: support: - GCC ? - Clang 19 - - MSVC ? + - MSVC 14.37 - Xcode ? - desc: "Improving `std::format()`'s width estimation"