[Bug libstdc++/51749] Including pollute global namespace

2012-01-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749 Paolo Carlini changed: What|Removed |Added Component|libobjc |libstdc++ --- Comment #8 from Paolo Carli

[Bug libstdc++/51749] Including pollute global namespace

2012-01-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749 --- Comment #6 from Jonathan Wakely 2012-01-08 12:41:16 UTC --- (In reply to comment #5) > Also found another similar problem while compiling on Windows with mingw-w64. > Including also pollutes the global namespace. In general you'll just have

[Bug libstdc++/51749] Including pollute global namespace

2012-01-08 Thread nospam.kotarou.dono at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749 --- Comment #5 from nospam.kotarou.dono at gmail dot com 2012-01-08 12:14:56 UTC --- Also found another similar problem while compiling on Windows with mingw-w64. Including also pollutes the global namespace. text.cpp: #include timeval t; // S

[Bug libstdc++/51749] Including pollute global namespace

2012-01-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4 f

[Bug libstdc++/51749] Including pollute global namespace

2012-01-06 Thread nospam.kotarou.dono at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749 --- Comment #3 from nospam.kotarou.dono at gmail dot com 2012-01-07 04:14:06 UTC --- Yes I'm new to GCC :) If it won't be able to make it in to 4.7, will it be able to make it in to 4.7.1 or 4.8?

[Bug libstdc++/51749] Including pollute global namespace

2012-01-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749 --- Comment #2 from Paolo Carlini 2012-01-04 10:25:45 UTC --- Thus I understand you are new to GCC, because the problem was already there in, eg, gcc3, and very likely the original HP/SGI STL! It's because of the use of rand(), or a similar syste

[Bug libstdc++/51749] Including pollute global namespace

2012-01-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749 --- Comment #1 from Richard Guenther 2012-01-04 10:16:56 UTC --- bits/stl_algo.h ends up including cstdlib.