浏览代码

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;
}

正在加载...
取消
保存