This is the mail archive of the libstdc++@gcc.gnu.org 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]

g++ namespace std & BUG?


Hello!  I was excited to successfully install gcc-3.0.1, but now I
have compiling problems with many lines of old code.  None of the STL
functions like "cout" work without explicitly declaring "using namespace
std;".  I can live with that.  PROBLEM: Other cstring functions do not 
work properly (e.g. "strcmp" do not return 0/1 when there is
match/nomatch).  Previous gcc versions compiled this correctly.
Unfortunately my searches for a  solution are futile.

Please help.

Mark Wall


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