From aa36b75e5dc8a92d3355f7be3e1874cbea2dd14b Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 11 Mar 2026 15:57:19 +0000 Subject: [PATCH] Update features_cpp26.yaml for P2400 in GCC Implemented by https://github.com/gcc-mirror/gcc/commit/fbde291af66e026e0fe7031aa6d5abd4a90dc82b 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 b98a636..e5ef600 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1032,6 +1032,7 @@ features: - desc: "Contracts for C++ (``)" paper: P2900 summary: "Contracts let you specify preconditions, postconditions, and assertions that document and enforce function requirements." + support: [GCC 16] ftm: - name: __cpp_contracts value: 202502L