mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-09 23:14:04 +00:00
completed previous fix
This commit is contained in:
parent
ac377a6e7d
commit
008b1a5ed6
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user