$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: eric_at_[hidden]
Date: 2008-01-13 16:56:56
Author: eric_niebler
Date: 2008-01-13 16:56:56 EST (Sun, 13 Jan 2008)
New Revision: 42741
URL: http://svn.boost.org/trac/boost/changeset/42741
Log:
boost template instantiation depth on darwin
Text files modified: 
   trunk/libs/xpressive/test/Jamfile.v2 |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/xpressive/test/Jamfile.v2
==============================================================================
--- trunk/libs/xpressive/test/Jamfile.v2	(original)
+++ trunk/libs/xpressive/test/Jamfile.v2	2008-01-13 16:56:56 EST (Sun, 13 Jan 2008)
@@ -13,6 +13,7 @@
         <toolset>msvc-8.0:<define>_CRT_SECURE_NO_DEPRECATE
         <toolset>msvc-9.0:<define>_SCL_SECURE_NO_DEPRECATE
         <toolset>gcc:<cxxflags>-ftemplate-depth-1024
+        <toolset>darwin:<cxxflags>-ftemplate-depth-1024
 #        <toolset>gcc:<cxxflags>-W
 #        <toolset>gcc:<cxxflags>-Wall
 #        <toolset>msvc:<cxxflags>-W4