Przeglądaj źródła

Missing noexcept added (fixes #17).

main
offa 7 lat temu
rodzic
commit
aa331eceb1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      include/scope_guard.h

+ 1
- 1
include/scope_guard.h Wyświetl plik

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


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

Ładowanie…
Anuluj
Zapisz