Em 11 de set de 2021, à(s) 13:51, John Emmas via Boost-users <boost-users@lists.boost.org> escreveu:
compiles now trigger a new assert in 'boost/intrusive/list.hpp':-
//Constant-time size is incompatible with auto-unlink hooks!
BOOST_STATIC_ASSERT(!(constant_time_size &&
((int)value_traits::link_mode == (int)auto_unlink)
));
The comment above the assert says it all. Take a look at how constant_time_size<false> is used in the docs for auto-unlink hooks.