[Bug libstdc++/6257] C-library symbols enter global namespace
paolo at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Nov 16 20:58:00 GMT 2003
------- 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
More information about the Gcc-bugs
mailing list