From 9b17da0a0e1518a4fd47f27b6740fe182da70034 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 11 Mar 2026 15:26:15 +0000 Subject: [PATCH] Update features_cpp26.yaml for P2875 in GCC Implemented for 15.1.0 by https://github.com/gcc-mirror/gcc/commit/c3e237338eb7ffc90f3cc8d32a3971d17f6d0b31 and backported for GCC 14.3.0 and 13.4.0. Since all releases >= 14.3.0 have the change, I chose 14.3 for the value in the table. Signed-off-by: Jonathan Wakely --- features_cpp26.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index f52c939..19dd32d 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -645,7 +645,7 @@ features: - desc: "Undeprecate `std::polymorphic_allocator::destroy()` for C++26" paper: P2875 lib: true - support: [Clang 15, MSVC 14.41] + support: [GCC 14.3, Clang 15, MSVC 14.41] - desc: "Remove deprecated strstreams from C++26" paper: P2867