[Boost-bugs] [Boost C++ Libraries] #8507: Fusion trunk: "fatal error: recursive template instantiation exceeded maximum depth of 128"

Subject: [Boost-bugs] [Boost C++ Libraries] #8507: Fusion trunk: "fatal error: recursive template instantiation exceeded maximum depth of 128"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-27 07:34:05


#8507: Fusion trunk: "fatal error: recursive template instantiation exceeded
maximum depth of 128"
-------------------------------------+--------------------------------------
 Reporter: manphiz@… | Owner: djowel
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: fusion
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------
 Not sure whether it is customary to report problems on trunk, but this has
 been there for a while. On current trunk, as of r84054, fusion fails to
 build on Mac OS X 10.8.3 with XCode 4.6.2 and Clang-425.0.28 with error
 (excerpt):

 {{{
 In file included from libs/log/src/init_from_settings.cpp:39:
 In file included from ./boost/spirit/include/qi_core.hpp:16:
 In file included from ./boost/spirit/home/qi/parser.hpp:15:
 In file included from ./boost/spirit/home/qi/domain.hpp:15:
 In file included from ./boost/spirit/home/support/meta_compiler.hpp:19:
 In file included from ./boost/proto/proto.hpp:12:
 In file included from ./boost/proto/core.hpp:21:
 In file included from ./boost/proto/fusion.hpp:18:
 In file included from ./boost/fusion/include/is_view.hpp:10:
 In file included from ./boost/fusion/support/is_view.hpp:12:
 ./boost/fusion/support/tag_of.hpp:78:39: fatal error: recursive template
 instantiation exceeded maximum depth of 128
             : traits::tag_of<typename remove_const<T>::type>
                                       ^
 }}}

 Full build log is attached.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8507>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC