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++/2061: ...


Mainline GCC now (2003-01-01) gives this:
warn.cpp: In constructor `cv<T>::cv(typename std::vector<T,
   std::allocator<_CharT> >::iterator, typename std::vector<T,
   std::allocator<_CharT> >::iterator)':
warn.cpp:9: error: expected `('
warn.cpp:9: error: expected primary-expression
warn.cpp:9: error: expected primary-expression
warn.cpp:11: error: expected `)'
warn.cpp:11: error: class `cv<T>' does not have any field named `vector'

I think the last error is sufficient to indicate what's wrong.  Can I close 
this?

--Nathanael


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