diff --git a/features_cpp20.yaml b/features_cpp20.yaml index c4e6855..96e6b25 100644 --- a/features_cpp20.yaml +++ b/features_cpp20.yaml @@ -554,7 +554,7 @@ features: - desc: "Atomic compare-and-exchange with padding bits" paper: P0528 lib: true - support: [GCC 13, MSVC 14.28] + support: [GCC 13, Clang 24, MSVC 14.28] - desc: "Destroying operator delete" paper: P0722