This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
unable to inline getline
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: unable to inline getline
- From: larsbj at lyx dot org (Lars Gullik Bjønnes)
- Date: 21 Jun 2000 13:36:30 +0200
Should it be move out of line?
(cvs gcc)
Lgb
/usr/local/include/g++-v3/bits/basic_string.h:1034: warning: can't inline call to `
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>]'
/usr/local/include/g++-v3/bits/basic_ios.h:90: warning: called from
here