https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120775
--- Comment #50 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <[email protected]>: https://gcc.gnu.org/g:b632b36f74299bd933856e8a9992773f6345c095 commit r16-8174-gb632b36f74299bd933856e8a9992773f6345c095 Author: Jakub Jelinek <[email protected]> Date: Thu Mar 19 16:09:10 2026 +0100 libstdc++: Export std::is_{reflection,consteval_only}{,_v} in std.cc [PR120775] is_{reflection,consteval_only}{,_v} were added in P120775 r16-6808 but not exported from std module. Note, perhaps we'll remove is_consteval_only* again in a week or two, who knows what is approved in Croydon. 2026-03-19 Jakub Jelinek <[email protected]> PR c++/120775 * src/c++23/std.cc.in: Add is_reflection{,_v} and is_consteval_only{,_v}.
