$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r58033 - trunk/libs/integer/test
From: john_at_[hidden]
Date: 2009-11-29 11:23:05
Author: johnmaddock
Date: 2009-11-29 11:23:04 EST (Sun, 29 Nov 2009)
New Revision: 58033
URL: http://svn.boost.org/trac/boost/changeset/58033
Log:
Up template instantiation depth for sun compiler.
Text files modified: 
   trunk/libs/integer/test/Jamfile.v2 |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/integer/test/Jamfile.v2
==============================================================================
--- trunk/libs/integer/test/Jamfile.v2	(original)
+++ trunk/libs/integer/test/Jamfile.v2	2009-11-29 11:23:04 EST (Sun, 29 Nov 2009)
@@ -9,7 +9,7 @@
 test-suite integer
     :   [ run cstdint_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-long-long ]
         [ run integer_traits_test.cpp ]
-        [ run integer_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-long-long ]
+        [ run integer_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-long-long <toolset>sun:<cxxflags>"-Qoption ccfe -tmpldepth=128" ]
         [ run integer_mask_test.cpp ]
         [ run static_log2_test.cpp ]
         [ run static_min_max_test.cpp ]