mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 04:14:35 +00:00
Another ::as_rvalue fixup
This commit is contained in:
parent
c69691f19b
commit
926e0467cf
@ -168,7 +168,7 @@ template <std::size_t N>
|
||||
using get_sint_t = typename get_int_impl<N>::stype;
|
||||
|
||||
template <typename T>
|
||||
std::remove_reference_t<T> as_rvalue(T&& obj)
|
||||
std::remove_cvref_t<T> as_rvalue(T&& obj)
|
||||
{
|
||||
return std::forward<T>(obj);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user