forked from boostorg/unordered
fixed static_assert
This commit is contained in:
committed by
Christian Mazakas
parent
3a8bea9e1d
commit
8f17f5f548
@ -609,7 +609,7 @@ struct group15
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
using word_type=IntegralWrapper<uint64_t>;
|
using word_type=IntegralWrapper<uint64_t>;
|
||||||
BOOST_STATIC_ASSERT(sizeof(slot_type)==1);
|
BOOST_STATIC_ASSERT(sizeof(word_type)==8);
|
||||||
|
|
||||||
static constexpr unsigned char available_=0,
|
static constexpr unsigned char available_=0,
|
||||||
sentinel_=1;
|
sentinel_=1;
|
||||||
|
Reference in New Issue
Block a user