diff --git a/minmax/test/minmax_element_test.cpp b/minmax/test/minmax_element_test.cpp index 435c893..9fe0649 100644 --- a/minmax/test/minmax_element_test.cpp +++ b/minmax/test/minmax_element_test.cpp @@ -1,3 +1,4 @@ +#include /* prevents some nasty warns in MSVC */ #include #include #include @@ -34,6 +35,8 @@ std::ostream& operator<<(std::ostream& str, custom const& x) return str; } +BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(custom) + namespace std { template <>