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
Build fix for clang 3.8.
main
offa
7 years ago
parent
5e610e63e4
commit
cb8706d97a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
test/ScopeGuardTest.cpp
+ 1
- 1
test/ScopeGuardTest.cpp
View File
@@ -34,7 +34,7 @@ namespace
struct ThrowOnCopyMock
{
ThrowOnCopyMock()
= default;
ThrowOnCopyMock()
{ }
ThrowOnCopyMock(const ThrowOnCopyMock&)
{
Write
Preview
Loading…
Cancel
Save