[ox/sd] Remove ox::move
This commit is contained in:
parent
775008a513
commit
fe5fe179f2
6
deps/ox/src/ox/std/utility.hpp
vendored
6
deps/ox/src/ox/std/utility.hpp
vendored
@ -22,12 +22,6 @@ constexpr T &&forward(remove_reference_t<T> &&t) noexcept {
|
|||||||
return static_cast<T&&>(t);
|
return static_cast<T&&>(t);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename T>
|
|
||||||
[[deprecated]]
|
|
||||||
constexpr typename remove_reference<T>::type &&move(T &&t) noexcept {
|
|
||||||
return static_cast<typename remove_reference<T>::type&&>(t);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user