Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
visus
/
scope-guard
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Noexcept expression of scope_fail corrected.
main
offa
7 vuotta sitten
vanhempi
1de76d07ba
commit
fbf36a533d
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
+1
-1
include/scope_fail.h
+ 1
- 1
include/scope_fail.h
Näytä tiedosto
@@ -82,7 +82,7 @@ namespace sr
other.release();
}
~scope_fail() noexcept(
noexcept(std::declval<EF>())
)
~scope_fail() noexcept(
true
)
{
if( ( m_execute_on_destruction == true ) && ( uncaught_exceptions() > m_uncaught_on_creation ) )
{
Write
Preview
Loading…
Peruuta
Tallenna