Explorar el Código

Throw removed as this would call std::terminate() as noexcept evaluates

to true under any circumstances (see #58).
main
offa hace 7 años
padre
commit
a92915998d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      include/unique_resource.h

+ 0
- 1
include/unique_resource.h Ver fichero

@@ -87,7 +87,6 @@ namespace sr
catch( ... )
{
d(r);
throw;
}

template<class TR = R, class TD = D,

Cargando…
Cancelar
Guardar