MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / FatalStream

Method FatalStream

deps/CVC4/base/check.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace CVC4 {
23
24FatalStream::FatalStream(const char* function, const char* file, int line)
25{
26 stream() << "Fatal failure within " << function << " at " << file << ":"
27 << line << "\n";
28}
29
30FatalStream::~FatalStream()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected