Explorar el Código

Implementing this needs some more methods.

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

+ 1
- 3
include/unique_resource.h Ver fichero

@@ -96,9 +96,7 @@ namespace sr



unique_resource& operator=(unique_resource&& other)
{
}
unique_resource& operator=(unique_resource&& other);
unique_resource& operator=(const unique_resource&) = delete;



Cargando…
Cancelar
Guardar