Go to the documentation of this file.
12 #if !defined(NDEBUG) || defined(DEBUG) || defined(_DEBUG)
21 #define INTEROP_ASSERT(TST) \
23 std::cerr << __FILE__<< "::" << __FUNCTION__<< " (" << __LINE__ << ")" << " " #TST << std::endl;\
32 #define INTEROP_ASSERTMSG(TST, MSG) \
34 std::cerr << __FILE__<< "::" << __FUNCTION__<< " (" << __LINE__ << ")" << " " #TST << " " << MSG << std::endl;\
45 #define INTEROP_ASSERT(TST) (void)0;
52 #define INTEROP_ASSERTMSG(TST,MSG) (void)0;