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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52195
Bug #: 52195
Summary: doesn't put stdio, stderr and stdin in the
std namespace
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
--- Comment #14 from nospam.kotarou.dono at gmail dot com 2012-01-29 04:40:07
UTC ---
Just reporting another one~ (Yes, I can live with it not being fixed, but
bugzilla is for reporting bugs, right?)
Including eventually includes pthreads.h
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51932
nospam.kotarou.dono at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51932
nospam.kotarou.dono at gmail dot com changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51932
--- Comment #2 from nospam.kotarou.dono at gmail dot com 2012-01-21 14:10:15
UTC ---
So then std::errno shouldn't compile, according to the standard? Because,
googling "std::errno" shows me some people attempting to use std::errno.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51932
Bug #: 51932
Summary: Cannot use std::errno with
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
--- Comment #12 from nospam.kotarou.dono at gmail dot com 2012-01-17 12:50:01
UTC ---
I didn't change it o.o
Maybe something's wrong with my browser
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
nospam.kotarou.dono at gmail dot com changed:
What|Removed |Added
Component|libstdc++ |libobjc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
nospam.kotarou.dono at gmail dot com changed:
What|Removed |Added
Component|libstdc++ |libobjc
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
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?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
Bug #: 51749
Summary: Including pollute global namespace
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
13 matches
Mail list logo