Andrew Stubbs <[email protected]> writes: >> + { >> + constexpr size_t rounding_factor = 64 * sizeof (void*); >> + table_size += rounding_factor - 1; >> + table_size = (table_size / rounding_factor) * table_size; >> + } > > This looks wrong. You probably don't mean to multiply by table_size there.
Yes, you're right. Fixed locally. Nice find! Thanks. -- Arsen Arsenović
signature.asc
Description: PGP signature
