[Bug c++/59713] unordered_map constructor / destructor / move

2014-03-04 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59713 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/59713] unordered_map constructor / destructor / move

2014-01-10 Thread victor.robertson.iv at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59713 --- Comment #5 from Victor Robertson --- My apologies! I'm not sure why I first thought it was with libstdc++, but after realizing that just adding that explicitly defined default destructor fixed it, I couldn't imagine it being the library.

[Bug c++/59713] unordered_map constructor / destructor / move

2014-01-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59713 --- Comment #4 from Jonathan Wakely --- I wasn't going to change the component until we've definitely ruled out libstdc++ ... I'll keep looking into it