From 8a851846ce3e23641225015d2a6a99b236f01d79 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 9 Oct 2001 11:24:11 +0000 Subject: [PATCH] Minor update for sun C++ 5.0 [SVN r11367] --- include/boost/config/compiler/sunpro_cc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/sunpro_cc.hpp b/include/boost/config/compiler/sunpro_cc.hpp index 8363ec65..512197b9 100644 --- a/include/boost/config/compiler/sunpro_cc.hpp +++ b/include/boost/config/compiler/sunpro_cc.hpp @@ -9,7 +9,7 @@ # if __SUNPRO_CC <= 0x500 # define BOOST_NO_MEMBER_TEMPLATES -# define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION +# define BOOST_NO_FUNCTION_TEMPLATE_ORDERING # endif # if (__SUNPRO_CC <= 0x520)