http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58764
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #13 from Jonathan Wakely <redi at gcc dot gnu.org> --- On trunk now we have separate (non-explicit) default constructors for deque, list, vector, map, multimap, set and multiset. Debug and profile modes should be consistent with normal mode. We still have explicit default constructors for the C++11 containers, forward_list and unordered_xxx, which I suggest revisiting when LWG 2193 is resolved, but the regression is fixed.