浏览代码

Comparison simplified.

main
offa 3 年前
父节点
当前提交
f7fd770726
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      include/unique_resource.h

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

@@ -213,7 +213,7 @@ namespace sr
{
unique_resource<std::decay_t<R>, std::decay_t<D>> ur{std::forward<R>(r), std::forward<D>(d)};

if( bool(r == invalid) == true )
if( bool(r == invalid) )
{
ur.release();
}

正在加载...
取消
保存