From 4c3eb1f2d31817e4eb42c01c8ee6351b65e1cc54 Mon Sep 17 00:00:00 2001 From: Mirion <51433180+mirion-dev@users.noreply.github.com> Date: Sat, 21 Mar 2026 09:34:20 +0800 Subject: [PATCH] Update MSVC conformance status for P2590 --- features_cpp23.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features_cpp23.yaml b/features_cpp23.yaml index d6a7dec..99bd14f 100644 --- a/features_cpp23.yaml +++ b/features_cpp23.yaml @@ -1391,7 +1391,7 @@ features: - desc: "Explicit lifetime management (`std::start_lifetime_as()`)" paper: [P2590, P2679] lib: true - support: [GCC 16] + support: [GCC 16, MSVC 14.51] ftm: - name: __cpp_lib_start_lifetime_as value: 202207L