This is the mail archive of the gcc-help@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: no matching function for call to ``vector<C1,allocator<C1>>::at (int &) const'


Hi Ajay,

It seems like your GCC 3.2.1 compiler is using the GCC 2.95 or RH 2.96
(non)Standard C++ Libraries.

Those header files don't have the at() method in the vector template.

(You are including <vector> and not <vector.h>, of course....)

--Eljay


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