Sfoglia il codice sorgente

Implementing this needs some more methods.

main
offa 7 anni fa
parent
commit
d58748aacc
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. +1
    -3
      include/unique_resource.h

+ 1
- 3
include/unique_resource.h Vedi File

@@ -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;



Loading…
Annulla
Salva