This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/9918: Use of complicated nested templates and function objects make c++ die. Don't know why.


Synopsis: Use of complicated nested templates and function objects make c++ die. Don't know why.

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Mon Mar  3 14:42:38 2003
State-Changed-Why:
    Already fixed in 3.2.2:
    g/x> /home/bangerth/bin/gcc-3.2.2-pre/bin/c++ -c x.cc
    In file included from graph.C:8,
                     from test.C:1:
    graph.H:201: template argument is required for `graph<V, E>::vertex_access<K>'
    graph.H:201: ISO C++ forbids declaration of `type name' with no type
    graph.H:270: confused by earlier errors, bailing out
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9918


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]