From b8267e89b2717985732b2a630e65066bf8a0b5e3 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 8 Mar 2026 20:46:10 +0100 Subject: [PATCH] Add GCC 16 support for P3836 --- features_cpp26.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index a358780..9511eaa 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1586,7 +1586,7 @@ features: - desc: "Make `std::optional` trivially copyable" paper: P3836 lib: true - support: [Clang 22] + support: [GCC 16, Clang 22] - desc: "When Do You Know `execution::connect()` Doesn’t Throw?" paper: P3388