[Bug libstdc++/77528] std::queue default constructor unnecessarily creates temporary of underlying Container

2017-01-10 Thread jerry.c.t at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77528 --- Comment #8 from jerryct --- (In reply to Jonathan Wakely from comment #5) > That introduces a different problem though. This won't compile with libc++: > > #include > struct D : std::deque { D(int) { } }; > template class std::stack; > > T

[Bug libstdc++/77528] std::queue default constructor unnecessarily creates temporary of underlying Container

2016-12-30 Thread jerry.c.t at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77528 jerryct changed: What|Removed |Added CC||jerry.c.t at web dot de --- Comment #4 from