diff --git a/test/helpers/tracker.hpp b/test/helpers/tracker.hpp index 0f86ba6f..bc3d4b47 100644 --- a/test/helpers/tracker.hpp +++ b/test/helpers/tracker.hpp @@ -30,6 +30,11 @@ namespace test { typedef test::less type; }; + template struct equals_to_compare< std::equal_to > + { + typedef std::less type; + }; + template void compare_range(X1 const& x1, X2 const& x2) { typedef test::list value_list;