| 2460 | #endif // WIN32 |
| 2461 | |
| 2462 | void PrintErrorAndQuit(const string sErrorString) |
| 2463 | { |
| 2464 | cout << sErrorString << endl; |
| 2465 | exit(1); |
| 2466 | } |
| 2467 | |
| 2468 | template <typename T> inline T getmin(const T &a, const T &b) |
| 2469 | { |
no outgoing calls
no test coverage detected