This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/51749] Including <algorithm> pollute global namespace
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 17 Jan 2012 10:52:06 +0000
- Subject: [Bug libstdc++/51749] Including <algorithm> pollute global namespace
- Auto-submitted: auto-generated
- References: <bug-51749-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|libobjc |libstdc++
--- Comment #8 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-01-17 10:52:06 UTC ---
Yes, clarified to be legal by LWG 456. As I tried already to explain here and
elsewhere, unless the C++ library has some sort of control over the underlying
C library this kind of issue can reappear here and there at any moment, even if
for 4.8 we can handle the specific <algorithm> case better as far as its
implementation details are concerned.