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
Returntype of get() has been fixed in the updated version R6 of the
proposal (
fixes
#104
).
main
offa
7 anni fa
parent
8b39138593
commit
3d950891af
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
@@ -112,7 +112,7 @@ namespace sr
m_execute_on_destruction = false;
}
decltype(auto)
get() const noexcept
const R&
get() const noexcept
{
return m_resource.get();
}
Write
Preview
Loading…
Annulla
Salva