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'


Looks like the root cause. But I do not know how to confirm this???

Which command??

And if this is the issue.. How do I resolve this?



-----Original Message-----
From: John Love-Jensen [mailto:eljay@adobe.com] 
Sent: Thursday, January 23, 2003 6:43 PM
To: Ajay Bansal; gcc-help@gcc.gnu.org
Subject: 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]