Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2008-07-17 21:35:38


Author: djowel
Date: 2008-07-17 21:35:38 EDT (Thu, 17 Jul 2008)
New Revision: 47530
URL: http://svn.boost.org/trac/boost/changeset/47530

Log:
upped -ftemplate-depth to 300 on gcc
Text files modified:
   branches/release/libs/spirit/test/Jamfile | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: branches/release/libs/spirit/test/Jamfile
==============================================================================
--- branches/release/libs/spirit/test/Jamfile (original)
+++ branches/release/libs/spirit/test/Jamfile 2008-07-17 21:35:38 EDT (Thu, 17 Jul 2008)
@@ -6,6 +6,11 @@
 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 #==============================================================================
+project spirit-tests
+ : requirements <toolset>gcc:<cxxflags>-ftemplate-depth-300
+ :
+ :
+ ;
 
 # bring in rules for testing
 import testing ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk