[Bug libstdc++/53339] unordered_map::iterator requires Value to be complete type
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Mon May 14 10:54:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53339
--- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-14 10:52:28 UTC ---
Can we avoid deriving from unary_function and binary_function, no big deal as
an implementation detail, but are deprecated in C++11, I would rather *remove*
uses. Also, did you run the testsuite? Because normally we want the operators
to be templates because of some move semantics details.
More information about the Gcc-bugs
mailing list