From 622ea1fef38e65368287fccedc2665c492960c6d Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 11 Mar 2026 15:20:06 +0000 Subject: [PATCH] Update features_cpp26.yaml for P0493 in GCC Implemented in https://github.com/gcc-mirror/gcc/commit/68a1218c189cce1eea2f3b035848984aa2ee8a5b and https://github.com/gcc-mirror/gcc/commit/0772974fec9d1e35c412fc6fcbe9754c7cb57eb0 Signed-off-by: Jonathan Wakely --- features_cpp26.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index 94c26c8..fb1750b 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -207,6 +207,7 @@ features: - desc: "Atomic minimum/maximum" paper: P0493 lib: true + support: [GCC 16] ftm: - name: __cpp_lib_atomic_min_max value: 202403L