https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123921
Bug ID: 123921
Summary: [reflection] missing __cpp_lib_define_static
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: ykakeyama3014 at gmail dot com
Target Milestone: ---
PR120775 claims that the patch implemented P3491R3
define_static_{string,object,array} but there is no feature-test macro for the
feature. Additionally, the macro is not checked in tests.