This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
What does this error mean?
- From: Mike Harrold <mharrold at cas dot org>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 29 Oct 2002 15:39:54 -0500 (EST)
- Subject: What does this error mean?
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<char>, _Alloc = std::allocator<char>]':
/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<char>,
_Alloc = std::allocator<char>]' but no definition available
TIA,
/Mike