This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/29552] std::power() is not in the std namespace when including <ext/numeric>
- From: "brandon at rioja dot us" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2006 18:09:00 -0000
- Subject: [Bug libstdc++/29552] std::power() is not in the std namespace when including <ext/numeric>
- References: <bug-29552-13444@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from brandon at rioja dot us 2006-10-22 18:09 -------
Ahh, I see. This document says that the __gnu_cxx namespace is for the C++
extentions for public use:
http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/doxygroups_8cc-source.html
"""
This namespace serves two purposes.
This namespace is used for two things:
* sequestering internal (implementation-only) names away from the global
namespace; these are details of the implementation and should not be touched by
users
* GNU extensions for public use
"""
Verified to be implemented as designed.
--
brandon at rioja dot us changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29552