Commit 3c052e8e authored by Davis King's avatar Davis King

Fixed code not compiling in debug mode.

parent 04eb33ce
...@@ -313,8 +313,8 @@ namespace dlib ...@@ -313,8 +313,8 @@ namespace dlib
for (auto& p : hough_points) for (auto& p : hough_points)
DLIB_CASSERT(get_rect(*this).contains(p), DLIB_CASSERT(get_rect(*this).contains(p),
"You gave a hough_points that isn't actually in the Hough space of this object." "You gave a hough_points that isn't actually in the Hough space of this object."
"\n\t get_rect(*this): "<< get_rect(*this) << "\n\t get_rect(*this): "<< get_rect(*this)
"\n\t p: "<< p << "\n\t p: "<< p
); );
#endif #endif
......
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