Ver código fonte

Refactoring.

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

+ 1
- 4
include/unique_resource.h Ver arquivo

@@ -108,10 +108,7 @@ namespace sr

~unique_resource()
{
if( m_execute_on_destruction == true )
{
m_deleter(m_resource);
}
reset();
}



Carregando…
Cancelar
Salvar