@ -4,6 +4,12 @@
namespace util {
template <typename T>
inline constexpr type::remove_reference_t<T> &&move(T &&t) noexcept
{
return static_cast<type::remove_reference_t<T> &&>(t);
}
inline constexpr T &&forward(type::remove_reference_t<T> &t) noexcept
The note is not visible to the blocked user.