소스 검색

Cleanup.

main
offa 7 년 전
부모
커밋
dddb1db13d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      test/ScopeExitTest.cpp

+ 0
- 2
test/ScopeExitTest.cpp 파일 보기

@@ -61,8 +61,6 @@ namespace
NotNothrowMoveMock(const NotNothrowMoveMock& other) : m_mock(other.m_mock) { }
NotNothrowMoveMock(NotNothrowMoveMock&& other) noexcept(false) : m_mock(other.m_mock) { }

MAKE_CONST_MOCK0(deleter, void());

void operator()() const
{
m_mock->deleter();

Loading…
취소
저장