From 8651ea7c182b87caec185c71a13bc2a011c2021e Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Wed, 9 Sep 2026 11:07:37 +0200 Subject: [PATCH] Add Clang 24 support for P2830 Signed-off-by: Jan Schultke --- features_cpp26.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index 19ebf44..2c30dda 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1483,7 +1483,7 @@ features: ftm: - name: __cpp_lib_type_order value: 202506L - support: [GCC 16] + support: [GCC 16, Clang 24] - desc: "`std::optional` variants in sender/receiver" paper: P3570