Re: unordered set design modification

2012-10-22 Thread Jonathan Wakely
On 22 October 2012 20:59, François Dumont wrote: > Attached patch applied. > > 2012-10-22 François Dumont > > > * include/bits/unordered_set.h (unordered_set<>): Prefer > aggregation to inheritance with _Hashtable. > (unordered_multiset<>): Likewise. > * include/debug/unordered_s

Re: unordered set design modification

2012-10-22 Thread François Dumont
Attached patch applied. 2012-10-22 François Dumont * 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 (ope

Re: unordered set design modification

2012-10-21 Thread François Dumont
On 10/21/2012 11:47 AM, Paolo Carlini wrote: On 10/20/2012 11:07 PM, François Dumont wrote: I have also put a fix in profile/map.h even if it is unrelated to this evolution. Should I commit it outside this patch ? Yes please! Thanks, Paolo. Attached patch applied. 2012-10-21 François