This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Implementing this needs some more methods.
main
offa
7 years ago
parent
cd0a724ceb
commit
d58748aacc
1 changed files
with
1 additions
and
3 deletions
Split View
Show Diff Stats
+1
-3
include/unique_resource.h
+ 1
- 3
include/unique_resource.h
View 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;
Write
Preview
Loading…
Cancel
Save