|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52386 - branches/release/libs/spirit/test
From: hartmut.kaiser_at_[hidden]
Date: 2009-04-14 10:52:50
Author: hkaiser
Date: 2009-04-14 10:52:49 EDT (Tue, 14 Apr 2009)
New Revision: 52386
URL: http://svn.boost.org/trac/boost/changeset/52386
Log:
Trying to fix template instantiation depth errors on certain gcc platforms
Text files modified:
branches/release/libs/spirit/test/Jamfile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Modified: branches/release/libs/spirit/test/Jamfile
==============================================================================
--- branches/release/libs/spirit/test/Jamfile (original)
+++ branches/release/libs/spirit/test/Jamfile 2009-04-14 10:52:49 EDT (Tue, 14 Apr 2009)
@@ -6,15 +6,15 @@
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#==============================================================================
-project spirit_v2-tests
- : requirements <toolset>gcc:<cxxflags>-ftemplate-depth-300
- :
- :
- ;
# bring in rules for testing
import testing ;
+project # spirit_v2-tests
+ : requirements
+ <toolset>gcc:<cxxflags>-ftemplate-depth-300
+ ;
+
{
test-suite spirit_v2 :
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