瀏覽代碼

Using the parameter.

main
offa 7 年之前
父節點
當前提交
8d249a7fd7
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      include/unique_resource.h

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

@@ -31,11 +31,9 @@ namespace sr

explicit unique_resource_t(Ressource&& res, Deleter&& deleter, bool shouldrun = true) noexcept : m_resource(std::move(res)),
m_deleter(std::move(deleter)),
m_execute_on_destruction(true)
m_execute_on_destruction(shouldrun)

{
static_cast<void>(res);
static_cast<void>(shouldrun);
}



Loading…
取消
儲存