Commit 00910ac1 authored by Davis King's avatar Davis King

Fixed stack trace macro

parent 4485543e
......@@ -65,8 +65,8 @@ namespace dlib
}
// redefine the DLIB_CASSERT macro to include the stack trace
#undef DLIB_CASSERT
#define DLIB_CASSERT(_exp,_message) \
#undef DLIBM_CASSERT
#define DLIBM_CASSERT(_exp,_message) \
{if ( !(_exp) ) \
{ \
std::ostringstream dlib_o_out; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment