From 340f72097dd04b612a60ab7ac7c19447aff477ab Mon Sep 17 00:00:00 2001 From: Mirion <51433180+mirion-dev@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:24:13 +0800 Subject: [PATCH] fix incorrect version changes from MSVC to MSVC build tools --- features_cpp11.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features_cpp11.yaml b/features_cpp11.yaml index c44a282..24437e4 100644 --- a/features_cpp11.yaml +++ b/features_cpp11.yaml @@ -28,7 +28,7 @@ features: support: - GCC 4.3 - Clang - - MSVC 14.0 + - MSVC 8.0 - Xcode - desc: "Extended `friend` declarations" @@ -44,7 +44,7 @@ features: support: - GCC - Clang - - MSVC 14.0 + - MSVC 8.0 - Xcode - desc: "[`auto`](https://cppreference.com/w/cpp/language/auto.html)" @@ -74,7 +74,7 @@ features: support: - GCC 3.3 - Clang - - MSVC 12.0 + - MSVC 6.0 - Xcode - desc: "`constexpr`"