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
Return value of release() corrected (
fixes
#19
).
main
offa
7 anni fa
parent
6bced82d22
commit
b234a5a25d
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-1
include/unique_resource.h
+ 1
- 1
include/unique_resource.h
Vedi File
@@ -69,7 +69,7 @@ namespace sr
m_execute_on_destruction = ( strategy == invoke_it::again );
}
const
Ressource
&
release() noexcept
Ressource release() noexcept
{
m_execute_on_destruction = false;
return m_resource;
Write
Preview
Loading…
Annulla
Salva