This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/6257] C-library symbols enter global namespace
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Nov 2003 20:58:09 -0000
- Subject: [Bug libstdc++/6257] C-library symbols enter global namespace
- References: <20020411092600.6257.marc-oliver.gewaltig@hre-ftr.f.rd.honda.co.jp>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From paolo at gcc dot gnu dot org 2003-11-16 20:58 -------
Unfortunately, the _GLIBCPP_USE_NAMESPACES approach has its own problems:
#include <stdio.h>
int main()
{
printf("Hello world.\n");
return 0;
}
doesn't compile anymore...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6257