From 6dfb309d196a25420932b01668a05a227c84cfdd Mon Sep 17 00:00:00 2001 From: Alexander Karaev Date: Thu, 3 Sep 2026 18:08:48 +0300 Subject: [PATCH] Add R++ reflection support bits --- features_cpp26.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index 986c453..9fef10e 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1345,7 +1345,7 @@ features: - desc: "`define_static_{string,object,array}`" paper: P3491 lib: true - support: [GCC 16] + support: [GCC 16, R++ 2026.2] ftm: - name: __cpp_lib_define_static value: 202506L @@ -1364,7 +1364,8 @@ features: - desc: "Function Parameter Reflection in Reflection for C++26" paper: P3096 lib: true - support: [GCC 16] + support: [GCC 16, R++ 2026.2] + keywords: ["reflection"] - desc: "`constexpr` virtual inheritance" paper: P3533