From 0529b1f1d3656b17ddeacc1ba8d2514cc985b3f9 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 11 Mar 2026 15:35:59 +0000 Subject: [PATCH] Update features_cpp26.yaml for P3383 in GCC Implemented in https://github.com/gcc-mirror/gcc/commit/43f7452026fc05a16ce1941e14d164e7da5edb76 Signed-off-by: Jonathan Wakely --- features_cpp26.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index a5556fb..c96dc9e 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1417,6 +1417,7 @@ features: - desc: "`std::mdspan::at()`" paper: P3383 lib: true + support: [GCC 16] - desc: "Inspecting `std::exception_ptr`" paper: P2927