瀏覽代碼

Type requirements of unique_resource of move assignment operator fixed.

main
offa 7 年之前
父節點
當前提交
bfdcd3c0a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h 查看文件

@@ -238,7 +238,7 @@ namespace sr
template<class RR = R, class DD = D,
std::enable_if_t<(std::is_nothrow_move_assignable<RR>::value
|| std::is_nothrow_copy_assignable<RR>::value)
&& (std::is_nothrow_copy_assignable<DD>::value
&& (std::is_nothrow_move_assignable<DD>::value
|| std::is_nothrow_copy_assignable<DD>::value), int> = 0
>
unique_resource& operator=(unique_resource&& other)

Loading…
取消
儲存