[Bug libstdc++/59713] New: unordered_map constructor / destructor / move

2014-01-07 Thread victor.robertson.iv at gmail dot com
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: victor.robertson.iv at gmail dot com Created attachment 31769 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31769&action=edit intermediate files Running the sample program produces the following:

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

2014-01-09 Thread victor.robertson.iv at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59713 --- Comment #3 from Victor Robertson --- I was thinking that might be the case, I'll see if I can move the report to the appropriate section.

[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.