Skip to content

Commit c146b97

Browse files
committed
Add missing operator
1 parent 7287812 commit c146b97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/CallMocks.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ namespace mock
211211
throwOnNextCopy = false;
212212
}
213213

214+
ConditionalThrowOnCopyDeleter& operator=(const ConditionalThrowOnCopyDeleter&) = delete;
215+
214216
MAKE_CONST_MOCK1(deleter, void(Handle));
215217

216218
void operator()(Handle h) const

0 commit comments

Comments
 (0)