Explorar el Código

Refactoring.

main
offa hace 7 años
padre
commit
3039f75d14
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. +1
    -4
      include/unique_resource.h

+ 1
- 4
include/unique_resource.h Ver fichero

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

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



Cargando…
Cancelar
Guardar