Fix conversion error

This commit is contained in:
Ion Gaztañaga
2026-06-09 00:55:33 +02:00
parent d2fb49e751
commit c142b3d983
@@ -2158,7 +2158,7 @@ class nest
block_pointer pb, dtl::false_type /* use destroy */) BOOST_NOEXCEPT
{
mask_type m = pb->mask;
const mask_type r = (size_type)boost::core::popcount(m);
const size_type r = (size_type)boost::core::popcount(m);
BOOST_CONTAINER_UNROLL(4)
do {