[cfe-dev] deque<Incomplete Type> support

Jonathan Sauer jonathan.sauer at gmx.de
Tue Nov 12 11:44:19 PST 2013


Hello,

> is broken, while libstdc++ supports it.
> 
>  struct A {
>    deque<A> q;
>  };

Related to this is this (fixed) bug: <http://llvm.org/bugs/show_bug.cgi?id=9351> with
a discussion about incomplete types in standard containers. This comment also seems
relevant: <http://llvm.org/bugs/show_bug.cgi?id=13471#c3>


HTH,
Jonathan





More information about the cfe-dev mailing list