[Bug libstdc++/52195] doesn't put stdio, stderr and stdin in the std namespace

2012-02-10 Thread nospam.kotarou.dono at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52195 --- Comment #3 from nospam.kotarou.dono at gmail dot com 2012-02-10 08:21:40 UTC --- Oh, because simply doing: namespace std { using ::stdout; using ::stderr; using ::stdin; } seemed to work fine for me on both linux and windows so I t

[Bug libstdc++/52195] doesn't put stdio, stderr and stdin in the std namespace

2012-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52195 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/52195] doesn't put stdio, stderr and stdin in the std namespace

2012-02-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52195 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f