Go to file
Davis King b215c6e4d4 Moved the dlib_assert_breakpoint() call in the assert macro to the front. This avoids
the case where your program has had its heap corrupted and is very nearly about to crash,
and so when an assert triggers it crashes on the code that constructs the error
message because the heap is hosed.  Thus preventing you from hitting a break point
on dlib_assert_breakpoint().  So this change mitigates that.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402580
2008-10-20 21:15:02 +00:00
dlib Moved the dlib_assert_breakpoint() call in the assert macro to the front. This avoids 2008-10-20 21:15:02 +00:00
docs updated the docs 2008-10-17 15:57:45 +00:00
examples Switched the timer example to the more efficient version of the 2008-10-15 03:07:25 +00:00