"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7ffbc2525fdf58f9f7aea8b2d5c05c1da63dffa3"
Commit 141bf339 authored by Davis King's avatar Davis King
Browse files

Fixed invalid assert

parent 85f69f91
...@@ -76,7 +76,6 @@ namespace dlib ...@@ -76,7 +76,6 @@ namespace dlib
DLIB_ASSERT(is_same_object(in_img, out_img) == false, DLIB_ASSERT(is_same_object(in_img, out_img) == false,
"\t void segment_image()" "\t void segment_image()"
<< "\n\t The input images can't be the same object." << "\n\t The input images can't be the same object."
<< "\n\t this: " << this
); );
COMPILE_TIME_ASSERT(is_unsigned_type<ptype>::value && sizeof(ptype) <= 2); COMPILE_TIME_ASSERT(is_unsigned_type<ptype>::value && sizeof(ptype) <= 2);
......
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