Explorar el Código

Noexcepts added (#101).

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

+ 2
- 2
include/unique_resource.h Ver fichero

@@ -88,7 +88,7 @@ namespace sr
}


void reset()
void reset() noexcept
{
if( m_execute_on_destruction == true )
{
@@ -107,7 +107,7 @@ namespace sr
se.release();
}

void release()
void release() noexcept
{
m_execute_on_destruction = false;
}

Cargando…
Cancelar
Guardar