And that's on /which/ line of the source?

Phil Edwards pedwards@disaster.jaj.com
Tue Oct 17 14:20:00 GMT 2000


While compiling misc-inst.cc, this pops out:

../../../../unified/libstdc++-v3/include/bits/basic_string.h: In function 
   `std::basic_istream<_CharT, _Traits> 
   &std::operator>>(std::basic_istream<_CharT, _Traits> &, 
   std::basic_string<_CharT, _Traits, _Alloc> &) [with _CharT = __wchar_t, 
   _Traits = std::char_traits<__wchar_t>, _Alloc = std::allocator<__wchar_t>]':
../../../../unified/libstdc++-v3/src/misc-inst.cc:201:   instantiated from here
../../../../unified/libstdc++-v3/include/bits/basic_string.h:1126: warning: comparison between signed and unsigned integer expressions

Note the line number, 1126.  But

% wc -l libstdc++-v3/include/bits/basic_string.h 
    1038 libstdc++-v3/include/bits/basic_string.h
%

I don't know why I find that so funny, but I do.  :-)

FWIW, the compilation continues fine.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.


More information about the Libstdc++ mailing list