From 00d9d936ee54d47f71d95417eaa54b2646b0b84e Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 8 Mar 2026 19:40:35 +0100 Subject: [PATCH] Add feature-test macro and summary for P3774 --- features_cpp26.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index a358780..284bf24 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1594,7 +1594,11 @@ features: - desc: "Rename `std::nontype`, and make it broadly useful" paper: P3774 + summary: "`std::nontype_t` and `std::nontype` are renamed to `std::constant_arg_t` and `std::constant_arg`, respectively." lib: true + ftm: + - name: __cpp_lib_function_ref + value: 202511L - desc: "Remove `evaluation_exception()` from contract-violation handling for C++26" paper: P3819