This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
g++ namespace std & BUG?
- To: libstdc++ at gcc dot gnu dot org
- Subject: g++ namespace std & BUG?
- From: Mark Wall <wall at chop dot swmed dot edu>
- Date: Thu, 23 Aug 2001 09:48:16 -0500 (CDT)
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