瀏覽代碼

No longer needed function removed.

main
offa 6 年之前
父節點
當前提交
38f1fca137
共有 1 個檔案被更改,包括 0 行新增9 行删除
  1. +0
    -9
      include/unique_resource.h

+ 0
- 9
include/unique_resource.h 查看文件

@@ -38,15 +38,6 @@ namespace sr
template<class T, class TT>
constexpr auto is_nothrow_move_or_copy_constructible_from_v = is_ntmocp_constructible<T, TT>::value;



template<class T, class U = std::conditional_t<std::is_nothrow_move_constructible_v<T>, T&&, const T&>>
constexpr U forward_if_nothrow_move_constructible(T&& value) noexcept
{
return std::forward<T>(value);
}


}



Loading…
取消
儲存