From 643c793f3b87acf44140670d1d8779411a97e4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Thu, 22 Jul 2004 13:39:25 +0000 Subject: [PATCH] added a fix for compilers without PTS [SVN r23955] --- minmax/test/minmax_element_test.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 <>