From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20051 invoked by alias); 29 Oct 2002 20:39:59 -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 20013 invoked from network); 29 Oct 2002 20:39:57 -0000 Received: from unknown (HELO srv01.cas.org) (134.243.50.9) by sources.redhat.com with SMTP; 29 Oct 2002 20:39:57 -0000 Received: from mah21awu.cas.org (mah21awu [134.243.40.124]) by srv01.cas.org (8.12.5/m8.12.5/CAS_MAIL_HUB-2.00) with ESMTP id g9TKdsqT011986 for ; Tue, 29 Oct 2002 15:39:55 -0500 (EST) Received: (from mah21@localhost) by mah21awu.cas.org (8.11.6+Sun/m4_8.10.2/CAS_CLIENT-1.18) id g9TKdsj25845 for gcc-help@gcc.gnu.org; Tue, 29 Oct 2002 15:39:54 -0500 (EST) From: Mike Harrold Message-Id: <200210292039.g9TKdsj25845@mah21awu.cas.org> Subject: What does this error mean? To: gcc-help@gcc.gnu.org Date: Tue, 29 Oct 2002 12:39:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00356.txt.bz2 Hi, Can someone give me a good explanation of what this error actually means? I am seeing it in gcc-3.1 (it was not there in gcc-3.0.2). /home/src/lang/src/ThinAMString.cc: In instantiation of `std::basic_istream<_CharT, _Traits>& std::getline(std::basic_istream<_CharT, _Traits>&, std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]': /home/src/lang/src/ThinAMString.cc:1473: instantiated from here /home/src/lang/src/ThinAMString.cc:1473: explicit instantiation of `std::basic_istream<_CharT, _Traits>& std::getline(std::basic_istream<_CharT, _Traits>&, std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' but no definition available TIA, /Mike