From b54aaf4a3df12c41ee210c5480c9e4957e247df8 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 8 Mar 2026 21:24:23 +0100 Subject: [PATCH] Add GCC 16 support for P3913 --- features_cpp26.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index a358780..09f3914 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1643,3 +1643,4 @@ features: - desc: "Optimize for `std::optional` in range adaptors" paper: P3913 lib: true + support: [GCC 16]