added a fix for compilers without PTS

[SVN r23955]
This commit is contained in:
Joaquín M. López Muñoz
2004-07-22 13:39:25 +00:00
parent 825468bc42
commit 643c793f3b

View File

@ -1,3 +1,4 @@
#include <boost/config.hpp> /* prevents some nasty warns in MSVC */
#include <utility>
#include <functional>
#include <algorithm>
@ -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 <>