From 9b66d6d8296b6372f67b03317b40420661ee6aa1 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Mon, 31 Aug 2026 06:58:59 +0200 Subject: [PATCH] Add Clang 24 support for P3798 --- features_cpp29.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/features_cpp29.yaml b/features_cpp29.yaml index 8966fa4..ee4c1ea 100644 --- a/features_cpp29.yaml +++ b/features_cpp29.yaml @@ -94,6 +94,7 @@ features: - desc: "The unexpected in `std::expected`" paper: P3798 lib: true + support: [Clang 24] ftm: - name: __cpp_lib_expected value: 202606L