fixed static_assert

This commit is contained in:
joaquintides
2023-03-11 18:42:10 +01:00
committed by Christian Mazakas
parent 3a8bea9e1d
commit 8f17f5f548

View File

@ -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;