From 9145320fd1b6ca2e6ac00deff2fc72d2527ecb60 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Mon, 9 Mar 2026 06:56:51 +0100 Subject: [PATCH] Add GCC 16 support for P3641 --- features_cpp26.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index a358780..ab1ed83 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1377,6 +1377,7 @@ features: ftm: - name: __cpp_lib_observable_checkpoint value: 202506L + support: [GCC 16] - desc: "`std::string::subview()`" paper: P3044