From 3cc12ab7e09f437b9cbc5e873c9ef37fe6f7838c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 17 Jan 2002 12:46:45 +0000 Subject: [PATCH] smart_ptr.hpp less<> fixed, partial specialization enabled on Sun 5.3 [SVN r12334] --- include/boost/config/compiler/sunpro_cc.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/sunpro_cc.hpp b/include/boost/config/compiler/sunpro_cc.hpp index 2930926f..849c496c 100644 --- a/include/boost/config/compiler/sunpro_cc.hpp +++ b/include/boost/config/compiler/sunpro_cc.hpp @@ -32,7 +32,13 @@ // SunPro 5.3 has better support for partial specialization, // but breaks when compiling std::less > // (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