| 8335 | namespace Catch { |
| 8336 | ErrnoGuard::ErrnoGuard():m_oldErrno(errno){} |
| 8337 | ErrnoGuard::~ErrnoGuard() { errno = m_oldErrno; } |
| 8338 | } |
| 8339 | // end catch_errno_guard.cpp |
| 8340 | // start catch_exception_translator_registry.cpp |
nothing calls this directly
no outgoing calls
no test coverage detected