From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29229 invoked by alias); 23 Jan 2003 13:18:20 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 29222 invoked from network); 23 Jan 2003 13:18:20 -0000 Received: from unknown (HELO smtp-relay-2.adobe.com) (192.150.11.2) by 172.16.49.205 with SMTP; 23 Jan 2003 13:18:20 -0000 Received: from inner-relay-2.corp.adobe.com (inner-relay-2 [153.32.1.52]) by smtp-relay-2.adobe.com (8.12.3/8.12.3) with ESMTP id h0NDIGAC000109 for ; Thu, 23 Jan 2003 05:18:16 -0800 (PST) Received: from iplan-mn.corp.adobe.com (iplan-mn.corp.adobe.com [130.248.25.5]) by inner-relay-2.corp.adobe.com (8.12.3/8.12.3) with ESMTP id h0NDIA4W000750 for ; Thu, 23 Jan 2003 05:18:10 -0800 (PST) Received: from [130.248.25.220] ([153.32.12.150]) by iplan-mn.corp.adobe.com (Netscape Messaging Server 4.15 mn Jul 11 2001 16:32:57) with ESMTP id H964Y900.151; Thu, 23 Jan 2003 07:18:09 -0600 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Thu, 23 Jan 2003 13:18:00 -0000 Subject: Re: no matching function for call to ``vector>::at (int &) const' From: John Love-Jensen To: Ajay Bansal , Message-ID: In-Reply-To: <2B721C6525F0D411B1E900B0D0226BDD02148C09@mohmsg01.ad.infosys.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-SW-Source: 2003-01/txt/msg00206.txt.bz2 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 and not , of course....) --Eljay