[Bug libstdc++/33976] New: assignable concept causes errors with self recursive template.

pluto at agmk dot net gcc-bugzilla@gcc.gnu.org
Thu Nov 1 19:38:00 GMT 2007


#include <vector>
template < typename T >
struct X
{
        typedef std::vector< X< T > > Y;
        Y y;
};
X< int > x;

g++ reports that '__gnu_cxx::_SGIAssignableConcept<_Tp>::__a'
has incomplete type.


-- 
           Summary: assignable concept causes errors with self recursive
                    template.
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33976



More information about the Gcc-bugs mailing list