From b560183013ff5fa97e2fa5888029138de55d41c8 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Mon, 31 Aug 2026 07:19:12 +0200 Subject: [PATCH] Revert P2447 as decided in P4144 --- features_cpp26.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index ab22154..6a07fcc 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -482,18 +482,6 @@ features: lib: true support: [GCC 16, MSVC 14.42] - - desc: "`std::span` over an initializer list" - paper: P2447 - content: span-initializer-list.md - lib: true - support: - - GCC 15 - - Clang 18 - - Xcode 16 - ftm: - - name: __cpp_lib_span_initializer_list - value: 202311L - - desc: "`std::span::at()`" paper: P2821 content: span-at.md