smart_ptr.hpp less<> fixed, partial specialization enabled on Sun 5.3

[SVN r12334]
This commit is contained in:
Peter Dimov
2002-01-17 12:46:45 +00:00
parent 5dcc786a6d
commit 3cc12ab7e0

View File

@ -32,7 +32,13 @@
// SunPro 5.3 has better support for partial specialization,
// but breaks when compiling std::less<shared_ptr<T> >
// (Jens Maurer 4 Nov 2001).
# define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
// std::less specialization fixed as reported by George
// Heintzelman; partial specialization re-enabled
// (Peter Dimov 17 Jan 2002)
//# define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
// integral constant expressions with 64 bit numbers fail
# define BOOST_NO_INTEGRAL_INT64_T
# endif