dropped BOOST_RV_REF

as it doesn't handle lvalue refs
This commit is contained in:
joaquintides 2021-08-04 18:48:51 +02:00
parent 1fd6d7464a
commit dabe8158a1

View File

@ -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;