Ver código fonte

Refactoring.

main
offa 7 anos atrás
pai
commit
f328ef536c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h Ver arquivo

@@ -118,7 +118,7 @@ namespace sr
{
try
{
m_deleter(m_resource);
get_deleter()(m_resource);
}
catch( ... ) { /* Empty */ }
}

Carregando…
Cancelar
Salvar