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() changed to decltype(auto) (
#71
).
main
offa
7 anni fa
parent
4978c4b76d
commit
902edaa5c8
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
@@ -232,7 +232,7 @@ namespace sr
m_execute_on_destruction = false;
}
const R&
get() const noexcept
decltype(auto)
get() const noexcept
{
return m_resource.get();
}
Write
Preview
Loading…
Annulla
Salva