Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
scope-guard
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Throw removed as this would call std::terminate() as noexcept evaluates
to true under any circumstances (see
#58
).
main
offa
7 anni fa
parent
98240eab8d
commit
a92915998d
1 ha cambiato i file
con
0 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+0
-1
include/unique_resource.h
+ 0
- 1
include/unique_resource.h
Vedi File
@@ -87,7 +87,6 @@ namespace sr
catch( ... )
{
d(r);
throw;
}
template<class TR = R, class TD = D,
Write
Preview
Loading…
Annulla
Salva