瀏覽代碼

Missing noexcept added (fixes #17).

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

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

@@ -52,7 +52,7 @@ namespace sr
}


void release()
void release() noexcept
{
m_execute_on_destruction = false;
}

Loading…
取消
儲存