Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84829 - in branches/release/libs/log: . build
From: andrey.semashev_at_[hidden]
Date: 2013-06-18 13:39:33


Author: andysem
Date: 2013-06-18 13:39:33 EDT (Tue, 18 Jun 2013)
New Revision: 84829
URL: http://svn.boost.org/trac/boost/changeset/84829

Log:
Raised template instantiation limit for darwin toolset.

Properties modified:
   branches/release/libs/log/ (props changed)
Text files modified:
   branches/release/libs/log/build/Jamfile.v2 | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/release/libs/log/build/Jamfile.v2
==============================================================================
--- branches/release/libs/log/build/Jamfile.v2 Tue Jun 18 13:38:21 2013 (r84828)
+++ branches/release/libs/log/build/Jamfile.v2 2013-06-18 13:39:33 EDT (Tue, 18 Jun 2013) (r84829)
@@ -108,6 +108,7 @@
         <toolset>intel-win:<define>_SCL_SECURE_NO_DEPRECATE
         <toolset>intel-win:<define>_CRT_SECURE_NO_WARNINGS
         <toolset>intel-win:<define>_CRT_SECURE_NO_DEPRECATE
+ <toolset>darwin:<cxxflags>-ftemplate-depth-1024
         <toolset>gcc:<cxxflags>-ftemplate-depth-1024
         <toolset>gcc:<cxxflags>-fno-strict-aliasing # avoids strict aliasing violations in other Boost components
         <toolset>gcc-mingw:<linkflags>-Wl,--enable-auto-import


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