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
Mock copy assignment operator added.
main
offa
3 years ago
parent
9319058411
commit
3285bbc0dc
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
test/CallMocks.h
+ 2
- 0
test/CallMocks.h
View File
@@ -179,6 +179,8 @@ namespace mock
{
CopyMock() { }
CopyMock(const CopyMock&) { }
CopyMock& operator=(const CopyMock&) = default;
};
struct ConditionalThrowOnCopyDeleter
Write
Preview
Loading…
Cancel
Save