forked from boostorg/algorithm
added a fix for compilers without PTS
[SVN r23955]
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
#include <boost/config.hpp> /* prevents some nasty warns in MSVC */
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
@ -34,6 +35,8 @@ std::ostream& operator<<(std::ostream& str, custom const& x)
|
|||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(custom)
|
||||||
|
|
||||||
namespace std {
|
namespace std {
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
|
Reference in New Issue
Block a user