Why does C++ allow constant rvalue references ? I just noticed that this will be actually used by
std::pair<T1, T2>::pair::pair( const pair<U1, U2> &&p )
Why does C++ allow constant rvalue references ? I just noticed that this will be actually used by
std::pair<T1, T2>::pair::pair( const pair<U1, U2> &&p )