mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-09 23:14:04 +00:00
fixed bug in rvalue ref overload of sequenced_index::splice(position,x,first,last)
This commit is contained in:
parent
0f52598544
commit
070f7209f0
@ -567,7 +567,7 @@ public:
|
||||
BOOST_DEDUCED_TYPENAME Index::iterator first,
|
||||
BOOST_DEDUCED_TYPENAME Index::iterator last)
|
||||
{
|
||||
splice(position,static_cast<Index&>(x),i);
|
||||
splice(position,static_cast<Index&>(x),first,last);
|
||||
}
|
||||
|
||||
void remove(value_param_type value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user