From 1621bc076c18ff2ee2c19529c74d16a6570e2d3f Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 8 Mar 2026 14:51:24 +0100 Subject: [PATCH] Add a feature-test macro for P3641 --- features_cpp26.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index 78a0e10..383280a 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1370,6 +1370,9 @@ features: - desc: "Rename `std::observable()` to `std::observable_checkpoint()`, and add a feature-test macro" paper: P3641 lib: true + ftm: + - name: __cpp_lib_observable_checkpoint + value: 202506L - desc: "`std::string::subview()`" paper: P3044