This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/10943] ext/hash_map causes namespace issues with abs


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]