https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119488
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Giuseppe D'Angelo <pe...@gcc.gnu.org>: https://gcc.gnu.org/g:6acfb68dc0a4798ca0a6ddae894c70f815f5295d commit r15-8971-g6acfb68dc0a4798ca0a6ddae894c70f815f5295d Author: Giuseppe D'Angelo <giuseppe.dang...@kdab.com> Date: Thu Mar 27 12:48:26 2025 +0100 libstdc++: re-bump the feature-test macro for P2562R1 [PR119488] Now that the algorithms have been merged we can advertise full support for P2562R1. This effectively reverts r15-8933-ga264c270fde292. libstdc++-v3/ChangeLog: PR libstdc++/119488 * include/bits/version.def (constexpr_algorithms): Bump the feature-testing macro. * include/bits/version.h: Regenerate. * testsuite/25_algorithms/cpp_lib_constexpr.cc: Test the bumped value for the feature-testing macro.