diff --git a/src/doc/algorithm/shrink_bounds.cpp b/src/doc/algorithm/shrink_bounds.cpp index 36221e2ea..d3dc4bf7c 100644 --- a/src/doc/algorithm/shrink_bounds.cpp +++ b/src/doc/algorithm/shrink_bounds.cpp @@ -22,7 +22,7 @@ namespace { template bool is_same_pixel(color_t pixel1, color_t pixel2) { - static_assert(false, "No is_same_pixel impl"); + static_assert(false && sizeof(ImageTraits), "No is_same_pixel impl"); } template<>