On Sun, 17 Nov 2019 at 23:15, François Dumont <frs.dum...@gmail.com> wrote: > > H1 used to be a reference to the user Hash, now _Hashtable and unordered > types agree on the same Hash type which is more intuitive. > > I also chose to not support anymore a stateful ranged hash functor. We > only use _Mod_range_hashing and _Mask_range_hashing. > > Thanks to this simplification _M_bucket_index can also be simplified.
Do we know whether there are existing users that this breaks? Also, is this ABI-compatible for our unordered containers?