On Wed, Nov 07, 2018 at 03:23:55PM -0700, Jeff Law wrote:
> > @@ -882,8 +883,12 @@ hash_table<Descriptor, Allocator>
> >    if (insert == INSERT && m_size * 3 <= m_n_elements * 4)
> >      expand ();
> >  
> > -  m_searches++;
> > +#if ENABLE_EXTRA_CHECKING
> > +    if (insert == INSERT)
> > +      verify (comparable, hash);
> > +#endif

Plus formatting, the above is indented too much.

        Jakub

Reply via email to