From bd7cf6b7995701189b944134f324f73b4547f1b5 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Wed, 22 Apr 2026 13:46:14 +0800 Subject: [PATCH] LLVM/Clang 23 has implemented `std::constant_wrapper` Per https://llvm.org/PR191695. Signed-off-by: A. Jiang --- features_cpp26.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index 5c9599d..18dc729 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1555,7 +1555,7 @@ features: paper: P2781 summary: "Wrap compile-time constants as types for template metaprogramming." lib: true - support: [GCC 16] + support: [GCC 16, Clang 23] ftm: - name: __cpp_lib_constant_wrapper value: 202506L