Explorar el Código

Refactoring.

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

+ 1
- 1
include/unique_resource.h Ver fichero

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

Cargando…
Cancelar
Guardar