Re: Fix _Hashtable extension

2014-03-23 Thread François Dumont
On 21/03/2014 23:59, Jonathan Wakely wrote: On 21/03/14 22:39 +0100, François Dumont wrote: Hi Here is a patch to fix _Hashtable Standard extension type which is almost unusable at the moment if instantiated with anything else that the types used for the std unordered containers that is to

Re: Fix _Hashtable extension

2014-03-21 Thread Jonathan Wakely
On 21/03/14 22:59 +, Jonathan Wakely wrote: On 21/03/14 22:39 +0100, François Dumont wrote: It is a really safe patch so I would propose it for current trunk but at the same time it only impacts a Standard extension and it hasn't been reported by anyone so just tell me when to apply it.

Re: Fix _Hashtable extension

2014-03-21 Thread Jonathan Wakely
On 21/03/14 22:39 +0100, François Dumont wrote: Hi Here is a patch to fix _Hashtable Standard extension type which is almost unusable at the moment if instantiated with anything else that the types used for the std unordered containers that is to say __detail::_Default_ranged_hash and __de