https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117404
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nathan Myers <[email protected]>: https://gcc.gnu.org/g:e84da9c1d45cb13de9727d7e1efc3c1997dde88d commit r16-7701-ge84da9c1d45cb13de9727d7e1efc3c1997dde88d Author: Nathan Myers <[email protected]> Date: Fri Feb 6 16:57:07 2026 -0500 libstdc++: debug impls for heterogeneous erasure overloads (P2077) [PR117404] Implement the debug versions of new overloads from P2077. libstdc++-v3/ChangeLog: PR libstdc++/117404 * include/debug/map.h (extract, erase): Define overloads. * include/debug/multimap.h: Same. * include/debug/multiset.h: Same. * include/debug/set.h: Same. * include/debug/unordered_map: Same (2x). * include/debug/unordered_set: Same (2x), rename some locals.
