mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-11 21:34:03 +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();
|
node_type* x=allocate_node();
|
||||||
BOOST_TRY{
|
BOOST_TRY{
|
||||||
construct_node(x,value_type(t));
|
construct_node(x,t);
|
||||||
BOOST_TRY{
|
BOOST_TRY{
|
||||||
node_type* res=super::insert_(
|
node_type* res=super::insert_(
|
||||||
x->value(),position,x,detail::emplaced_tag());
|
x->value(),position,x,detail::emplaced_tag());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user