mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-09 23:14:04 +00:00
dropped BOOST_RV_REF
as it doesn't handle lvalue refs
This commit is contained in:
parent
1fd6d7464a
commit
dabe8158a1
@ -548,7 +548,7 @@ public:
|
||||
void
|
||||
#endif
|
||||
|
||||
merge(BOOST_FWD_REF(Index) x)
|
||||
merge(Index& x)
|
||||
{
|
||||
BOOST_MULTI_INDEX_CHECK_EQUAL_ALLOCATORS(*this,x);
|
||||
BOOST_MULTI_INDEX_ORD_INDEX_CHECK_INVARIANT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user