https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100795
--- Comment #22 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Patrick Palka <ppa...@gcc.gnu.org>: https://gcc.gnu.org/g:b4aadc60154c62425c36c61d23c7549d31fe1397 commit r16-1747-gb4aadc60154c62425c36c61d23c7549d31fe1397 Author: Patrick Palka <ppa...@redhat.com> Date: Fri Jun 27 13:53:40 2025 -0400 libstdc++: Directly implement ranges::shuffle [PR100795] PR libstdc++/100795 libstdc++-v3/ChangeLog: * include/bits/ranges_algo.h (shuffle_fn::operator()): Reimplement directly, based on the stl_algo.h implementation. * testsuite/25_algorithms/shuffle/constrained.cc (test02): New test. Reviewed-by: Jonathan Wakely <jwak...@redhat.com>