This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52195] <cstdio> doesn't put stdio, stderr and stdin in the std namespace
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 10 Feb 2012 07:52:10 +0000
- Subject: [Bug libstdc++/52195] <cstdio> doesn't put stdio, stderr and stdin in the std namespace
- Auto-submitted: auto-generated
- References: <bug-52195-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52195
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-10 07:52:10 UTC ---
See also [lib.contents]:
"The C++ Standard Library provides definitions for the following types of
entities: Macros, Values, Types, Templates, Classes, Functions, Objects.
All library entities except macros, operator new and operator delete are
defined within the namespace std or namespaces nested within namespace std."