From 6eb1635cdde828fed2572931cbf5cb6353ce7537 Mon Sep 17 00:00:00 2001 From: Cem Dervis Date: Wed, 11 Mar 2026 16:58:28 +0100 Subject: [PATCH] Fix FTM for (P1885, P2862) --- features_cpp26.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index b98a636..90a237f 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -245,7 +245,7 @@ features: lib: true support: [GCC 14] ftm: - - name: _cpp_lib_text_encoding + - name: __cpp_lib_text_encoding value: 202306L - desc: "`std::function_ref`: type-erased callable reference"