http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54249

Marc Glisse <glisse at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |glisse at gcc dot gnu.org

--- Comment #2 from Marc Glisse <glisse at gcc dot gnu.org> 2012-08-14 09:36:15 
UTC ---
(In reply to comment #0)
> "Every C header, each of which has a name of the form name.h, behaves as if
> each name placed in the standard library namespace by the corresponding cname
> header is placed within the global namespace scope."

Note that libstdc++ has this wrong for almost every header where the C++
standard deviates from the C standard (there is already a PR or two about that
somewhere). stddef.h is an exception, since it is provided by gcc, it can
indeed be fixed quite easily :-)

I believe someone (Howard maybe?) wanted to file a DR asking to remove this
paragraph.

Reply via email to