Explorar el Código

Comparison simplified.

main
offa hace 3 años
padre
commit
f7fd770726
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

@@ -213,7 +213,7 @@ namespace sr
{
unique_resource<std::decay_t<R>, std::decay_t<D>> ur{std::forward<R>(r), std::forward<D>(d)};

if( bool(r == invalid) == true )
if( bool(r == invalid) )
{
ur.release();
}

Cargando…
Cancelar
Guardar