This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/6257] C-library symbols enter global namespace


------- 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


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