From beb9314e3d29d09a95f8e5f7e5f7d04e19366959 Mon Sep 17 00:00:00 2001 From: Mirion <51433180+mirion-dev@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:33:36 +0800 Subject: [PATCH] Update MSVC conformance for P2255 and P2674 --- features_cpp23.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/features_cpp23.yaml b/features_cpp23.yaml index a63adea..a2df0dc 100644 --- a/features_cpp23.yaml +++ b/features_cpp23.yaml @@ -723,15 +723,13 @@ features: - GCC 13 (partial) - GCC 14 - Clang 21 (partial) - - MSVC 14.51 (partial) + - MSVC 14.51 - Xcode 16.3 hints: - target: GCC 13 msg: "Missing changes to `std::tuple`." - target: Clang 21 msg: "Only type traits are implemented." - - target: MSVC 14.50 - msg: "Currently only supported by the STL in conjunction with Clang." ftm: - name: __cpp_lib_reference_from_temporary value: 202202L @@ -1573,11 +1571,8 @@ features: support: - GCC 16 - Clang 20 - - MSVC 14.51 (partial) + - MSVC 14.51 - Xcode 26 - hints: - - target: MSVC 14.50 - msg: "Currently only supported by the STL in conjunction with Clang." ftm: - name: __cpp_lib_is_implicit_lifetime value: 202302L