On 22 October 2012 20:59, François Dumont wrote: > Attached patch applied. > > 2012-10-22 François Dumont <fdum...@gcc.gnu.org> > > > * include/bits/unordered_set.h (unordered_set<>): Prefer > aggregation to inheritance with _Hashtable. > (unordered_multiset<>): Likewise. > * include/debug/unordered_set (operator==): Adapt. > * include/profile/unordered_set (operator==): Adapt.
+ //@{ Do these comments work correctly? I think it needs to be ///@{ for Doxygen to recognise it. > I will now take care of unordered_map and unordered_multimap. Thanks. It occurs to me now that the copy and move operations could be defaulted, since all they do is forward to the member, which is both copyable and movable.