[Bug libstdc++/18053] __gnu_cxx::hash_set<A> uses return type of A::operator&() instead of A
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Tue Oct 19 12:08:00 GMT 2004
------- Additional Comments From pcarlini at suse dot de 2004-10-19 12:08 -------
More about this issue later, only two quick remarks:
1- Current mainline doesn't even compile the testcase, due to type mismatches
in the allocator caused by the overloaded operators.
2- In any case, it's unlikely that more-than-trivial changes will go in for the
hash_* extensions, since we are in the process of adding the new unordered
containers in "tr1", which will provide similar functionalities in a portable
way. For more info see, f.i., N1687 in:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18053
More information about the Gcc-bugs
mailing list