Browse Source

Missing noexcept added (fixes #17).

main
offa 7 years ago
parent
commit
aa331eceb1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/scope_guard.h

+ 1
- 1
include/scope_guard.h View File

} }




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

Loading…
Cancel
Save