From b79fe524db851d4800c161a2e0e1ce7f0bad9e58 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 11 Jul 2002 10:38:21 +0000 Subject: [PATCH] Added needed BOOST_NO_TEMPLATE_TEMPLATES option. [SVN r14405] --- include/boost/config/compiler/sunpro_cc.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config/compiler/sunpro_cc.hpp b/include/boost/config/compiler/sunpro_cc.hpp index bc3915cd..dab038ff 100644 --- a/include/boost/config/compiler/sunpro_cc.hpp +++ b/include/boost/config/compiler/sunpro_cc.hpp @@ -43,6 +43,7 @@ // integral constant expressions with 64 bit numbers fail # define BOOST_NO_INTEGRAL_INT64_T +# define BOOST_NO_TEMPLATE_TEMPLATES # endif #define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC) @@ -64,3 +65,4 @@ +