completed previous fix

This commit is contained in:
joaquintides 2018-12-31 10:06:27 +01:00
parent ac377a6e7d
commit 008b1a5ed6

View File

@ -710,7 +710,7 @@ BOOST_MULTI_INDEX_PROTECTED_IF_MEMBER_TEMPLATE_FRIENDS:
{
node_type* x=allocate_node();
BOOST_TRY{
construct_node(x,value_type(t));
construct_node(x,t);
BOOST_TRY{
node_type* res=super::insert_(
x->value(),position,x,detail::emplaced_tag());