This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

unable to inline getline



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   

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]