| 74 | std::string getLocationStr(const char * filename, unsigned int linenr) const; |
| 75 | |
| 76 | class AssertFailedError : public std::exception {}; |
| 77 | |
| 78 | void assert_(const char * filename, unsigned int linenr, bool condition, const std::string& msg = "") const; |
| 79 |
no outgoing calls
no test coverage detected