Explorar el Código

Cleanup.

main
offa hace 7 años
padre
commit
dddb1db13d
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      test/ScopeExitTest.cpp

+ 0
- 2
test/ScopeExitTest.cpp Ver fichero

@@ -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();

Cargando…
Cancelar
Guardar