whitec20

Results 1 issues of whitec20

The following assertion inside the two internal_storage() member functions of small_vector_allocator will errantly trigger under certain conditions on boost version 1.80.0. ` BOOST_ASSERT((std::size_t(this) % dtl::alignment_of::value) == 0); ` It appears...