59548.cc
1022 Bytes
-
re PR libstdc++/59548 (Abort after copying std::unordered_map in debug mode) · f7491277
PR libstdc++/59548 * include/debug/safe_base.h (_Safe_sequence_base): Define copy constructor to prevent it being implicitly defined as deleted, but do not copy anything. * include/debug/safe_unordered_base.h (_Safe_unordered_container_base): Define copy and move constructors similar to _Safe_sequence_base's. * testsuite/23_containers/unordered_map/59548.cc: New. From-SVN: r207059
Jonathan Wakely committed