mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 12:07:18 +02:00
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 <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 <>
|
||||
|
Reference in New Issue
Block a user