[Bug libstdc++/47305] std::vector::erase() destroys the wrong element!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47305 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|
[Bug libstdc++/47305] std::vector::erase() destroys the wrong element!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47305 Andrew Pinski changed: What|Removed |Added Known to fail||4.1.3, 4.3.2 Severity|major
[Bug libstdc++/47305] std::vector::erase() destroys the wrong element!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47305 --- Comment #1 from shockema at gmail dot com 2011-01-15 02:21:23 UTC --- It appears that the version of erase that takes a range (two iterators) also has a similar problem.