This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/10943] ext/hash_map causes namespace issues with abs
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2003 04:54:58 -0000
- Subject: [Bug libstdc++/10943] ext/hash_map causes namespace issues with abs
- References: <20030522184415.10943.kenneth.simpson@ubsw.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10943
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-07 04:54 -------
Actually this was not a dup (the one I marked as a dup of this one was really a dup of the
other bug) but invalid as the extern "C" stuff is right in C++ and the abs function in the
namespace std has to be the same function (point to the same memory) and including
one of the standard headers can include others.