From aa32a32d64c18c18775a6487629fa03aca77d9ae Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 17 Apr 2026 22:45:09 +0100 Subject: [PATCH] Add GCC 16 support for allocate_at_least --- features_cpp23.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features_cpp23.yaml b/features_cpp23.yaml index dc5f7fa..ccfa452 100644 --- a/features_cpp23.yaml +++ b/features_cpp23.yaml @@ -256,9 +256,13 @@ features: - Clang 15 - MSVC 14.30 - Xcode 14.3 + - GCC 16 (partial) ftm: - name: __cpp_lib_allocate_at_least value: 202302L + hints: + - target: GCC 16 + msg: "Not used by `std::vector` and `std::string` yet." - desc: "`ranges::starts_with()` and `ranges::ends_with()`" paper: P1659