MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / AssertionInfo

Class AssertionInfo

tests/catch.hpp:1094–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092namespace Catch {
1093
1094 struct AssertionInfo
1095 {
1096 StringRef macroName;
1097 SourceLineInfo lineInfo;
1098 StringRef capturedExpression;
1099 ResultDisposition::Flags resultDisposition;
1100
1101 // We want to delete this constructor but a compiler bug in 4.8 means
1102 // the struct is then treated as non-aggregate
1103 //AssertionInfo() = delete;
1104 };
1105
1106} // end namespace Catch
1107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected