From bf1a0b1eb8bf298ff28aa51db23374a1f910df70 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Fri, 21 Aug 2026 12:53:27 +0200 Subject: [PATCH] Add GCC 17 and Clang 23 support for P4206 --- features_cpp29.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/features_cpp29.yaml b/features_cpp29.yaml index c8e6c72..7b1b4e4 100644 --- a/features_cpp29.yaml +++ b/features_cpp29.yaml @@ -107,6 +107,7 @@ features: - desc: "Revert string support in `std::constant_wrapper`" paper: P4206 lib: true + support: [GCC 17, Clang 23] ftm: - name: __cpp_lib_constant_wrapper value: 202606L