Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86520 - trunk/libs/serialization/util
From: ramey_at_[hidden]
Date: 2013-10-29 23:57:40


Author: ramey
Date: 2013-10-29 23:57:39 EDT (Tue, 29 Oct 2013)
New Revision: 86520
URL: http://svn.boost.org/trac/boost/changeset/86520

Log:
increased template instantiation depth for clang to 255

Text files modified:
   trunk/libs/serialization/util/test.jam | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/serialization/util/test.jam
==============================================================================
--- trunk/libs/serialization/util/test.jam Tue Oct 29 13:19:33 2013 (r86519)
+++ trunk/libs/serialization/util/test.jam 2013-10-29 23:57:39 EDT (Tue, 29 Oct 2013) (r86520)
@@ -46,6 +46,7 @@
             <toolset>msvc:<cxxflags>"-wd4996"
             # toolset optimizations
             <toolset>gcc:<cxxflags>"-ftemplate-depth-255"
+ <toolset>clang:<cxxflags>"-ftemplate-depth-255"
             <toolset>msvc:<cxxflags>"-Gy"
             $(requirements)
         : # test name


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