Browse Source

Implementing this needs some more methods.

main
offa 7 years ago
parent
commit
d58748aacc
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      include/unique_resource.h

+ 1
- 3
include/unique_resource.h View File







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





Loading…
Cancel
Save