This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: no matching function for call to ``vector<C1, allocator<C1>>::at (int &) const'
- From: "Ajay Bansal" <Ajay_Bansal at infosys dot com>
- To: "John Love-Jensen" <eljay at adobe dot com>,<gcc-help at gcc dot gnu dot org>
- Date: Thu, 23 Jan 2003 18:46:44 +0530
- Subject: RE: no matching function for call to ``vector<C1, allocator<C1>>::at (int &) const'
Yups.. Using gcc 3.2.1 on Redhat Linux 7.3
Even I have not been able to reproduce this in my sample code. This
error occurs only in my application.
-----Original Message-----
From: John Love-Jensen [mailto:eljay@adobe.com]
Sent: Thursday, January 23, 2003 6:35 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,
Works fine on my machine. OS X 10.2.3 and GCC 3.1.
I presume you are using GCC 3.2.
--Eljay