]> Dogcows Code - chaz/yoink/blobdiff - src/moof/log.hh
testing new non-autotools build system
[chaz/yoink] / src / moof / log.hh
index 2679b37306694763e1b0886a904a660f549f5fff..f65d571e854b98b74c37978c3c11ca84adbb1af4 100644 (file)
 #include <iostream>
 
 
-#undef ASSERT
-#if NDEBUG
-#define ASSERT(X)
-#else
-/**
- * Macro which tests an assertion and issues a log_error() and exits if the
- * assertion is false.
- * \param X test to perform
- */
-#define ASSERT(X) if (!(X)) moof::log_error \
-       << "false assertion at " << __FILE__ << ":" << __LINE__ << ", " \
-       << #X, exit(1)
-#endif
-
-
 namespace moof {
 
 
This page took 0.017331 seconds and 4 git commands to generate.