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
Missing explicit added.
main
offa
7 years ago
parent
160c31d74d
commit
e285f0f57a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
test/CallMocks.h
+ 1
- 1
test/CallMocks.h
View File
@@ -63,7 +63,7 @@ namespace mock
struct NotNothrowMoveMock
{
NotNothrowMoveMock(CallMock* m) : m_mock(m)
explicit
NotNothrowMoveMock(CallMock* m) : m_mock(m)
{
}
Write
Preview
Loading…
Cancel
Save