From de6490fa2d55af119585195d6602c5d5d419665c Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Wed, 9 Sep 2026 11:04:04 +0200 Subject: [PATCH] Add Clang 24 support for P0493 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 9fef10e..19ebf44 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -213,7 +213,7 @@ features: - desc: "Atomic minimum/maximum" paper: P0493 lib: true - support: [GCC 16] + support: [GCC 16, Clang 24] ftm: - name: __cpp_lib_atomic_min_max value: 202403L