[Bug libstdc++/77528] std::queue default constructor unnecessarily creates temporary of underlying Container
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
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