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++/8510: g++ fails when trying to compile a child class containing a vector or queue


Synopsis: g++ fails when trying to compile a child class containing a vector or queue

State-Changed-From-To: open->closed
State-Changed-By: paolo
State-Changed-When: Sat Nov  9 02:55:30 2002
State-Changed-Why:
    Already fixed for 3.2.1 and 3.3. Now gives (3.2.1):
    paolo:~> g++ -c 8510.cc
    8510.cc:10: invalid use of template-name 'std::vector' in a declarator
    8510.cc:10: syntax error before `;' token
    (3.3):
    paolo:~> g++ 8510.cc
    8510.cc:10: error: invalid use of template-name 'std::vector' in a declarator
    8510.cc:10: error: syntax error before `;' token

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


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