https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119742
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nathan Myers <n...@gcc.gnu.org>: https://gcc.gnu.org/g:5a433ecf4da6fadc5154fa9458bda57d8a2d8ba2 commit r16-2579-g5a433ecf4da6fadc5154fa9458bda57d8a2d8ba2 Author: Nathan Myers <n...@cantrip.org> Date: Mon Jul 7 16:54:26 2025 -0400 libstdc++: provide debug impl of P2697 ctor [PR119742] This adds the new bitset constructor from string_view defined in P2697 to the debug version of the type. libstdc++-v3/Changelog: PR libstdc++/119742 * include/debug/bitset: Add new ctor.