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

nospam.kotarou.dono at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Feb 10 08:21:00 GMT 2012


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 thought they wouldn't
be macros. I'm not too good at checking standards though :p



More information about the Gcc-bugs mailing list