Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
visus
/
scope-guard
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Returntype of get() has been fixed in the updated version R6 of the
proposal (
fixes
#104
).
main
offa
7 anos atrás
pai
8b39138593
commit
3d950891af
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-1
include/unique_resource.h
+ 1
- 1
include/unique_resource.h
Ver arquivo
@@ -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();
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar