This is the mail archive of the libstdc++@sources.redhat.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]

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



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.

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