Remove BOOST_CONTAINER_NOINLINE as it pessimizes code generation because the compiler can't see if embers are modified

This commit is contained in:
Ion Gaztañaga
2026-03-27 07:12:14 +01:00
parent 25a6ddc971
commit ab510fc3af
+1 -1
View File
@@ -3056,7 +3056,7 @@ private:
#endif
template <class InsertionProxy>
BOOST_CONTAINER_NOINLINE iterator priv_insert_forward_range_no_capacity
iterator priv_insert_forward_range_no_capacity
(T *const raw_pos, const size_type n, const InsertionProxy insert_range_proxy, version_1)
{
const size_type new_cap = this->m_holder.template next_capacity<growth_factor_type>(n);