ソースを参照

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

読み込み中…
キャンセル
保存