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