From a7214246b3a2e5fb8b4624beb9e4ca6691888c10 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 11 Mar 2026 15:29:23 +0000 Subject: [PATCH] Update features_cpp26.yaml for P2845 in GCC Implemented by https://github.com/gcc-mirror/gcc/commit/642020ab7e5ba659a626a0808347e0488ae69394 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 f52c939..c423787 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -688,6 +688,7 @@ features: - desc: "Formatting of `filesystem::path` (`std::formatter`)" paper: P2845 lib: true + support: [GCC 16] ftm: - name: __cpp_lib_format_path value: 202403L