https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119744
--- Comment #2 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:3aff13cfabdb8513c619d1e0347035b8d47f0edb commit r16-1909-g3aff13cfabdb8513c619d1e0347035b8d47f0edb Author: Nathan Myers <n...@cantrip.org> Date: Mon Jun 30 20:01:10 2025 -0400 libstdc++: make range view ctors explicit (P2711) [PR119744] Make range view constructors explicit, per P2711. Technically, this is a breaking change, but it is unlikely to break any production code, as reliance on non-explicit construction is unidiomatic.. libstdc++-v3/ChangeLog PR libstdc++/119744 * include/std/ranges: View ctors become explicit.