NuDB icon indicating copy to clipboard operation
NuDB copied to clipboard

Enforce integer limits

Open vinniefalco opened this issue 8 years ago • 1 comments

insert should require value sizes < 2^32, and not allow then number of buckets to exceed 2^32-1

vinniefalco avatar Aug 24 '16 20:08 vinniefalco

This will be enforced with BOOST_ASSERT

vinniefalco avatar Aug 31 '16 21:08 vinniefalco