Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
scope-guard
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Noexcepts added (
#101
).
main
offa
hace 8 años
padre
41b2fdeead
commit
8b39138593
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
+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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar