Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ ErrnoGuard
Method
ErrnoGuard
tests/catch.hpp:8336–8336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8334
8335
namespace Catch {
8336
ErrnoGuard::ErrnoGuard():m_oldErrno(errno){}
8337
ErrnoGuard::~ErrnoGuard() { errno = m_oldErrno; }
8338
}
8339
// end catch_errno_guard.cpp
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected