Selaa lähdekoodia

Missing noexcept added (fixes #17).

main
offa 7 vuotta sitten
vanhempi
commit
aa331eceb1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      include/scope_guard.h

+ 1
- 1
include/scope_guard.h Näytä tiedosto

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


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

Loading…
Peruuta
Tallenna