[Boost-bugs] [Boost C++ Libraries] #4697: [fusion]fold with join functor fails compile in category_of.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #4697: [fusion]fold with join functor fails compile in category_of.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-09-29 17:55:56


#4697: [fusion]fold with join functor fails compile in category_of.hpp
------------------------------+---------------------------------------------
 Reporter: Larry Evans | Owner:
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
  Version: Boost 1.44.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 when the attached fold_join is compiled, it produces a compile error
 shown in the attached fold_join.compile.

 However, when http://svn.boost.org/svn/boost/sandbox/SOC/2009/fusion/
 in in the include path, it compiles and runs OK producing output:

 v1=(tu<1>(100) tu<1>(b) tu<1>(300.1))
 v2=(tu<2>(100) tu<2>(b) tu<2>(300.1))
 v3=(tu<3>(100) tu<3>(b) tu<3>(300.1))
 fold(vv,state0,join_ftor())=(tu<1>(100) tu<1>(b) tu<1>(300.1) tu<2>(100)
 tu<2>(b) tu<2>(300.1) tu<3>(100) tu<3>(b) tu<3>(300.1))

 The non-variadic fusion should produce the same
 output since no variadic templates are being used.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4697>
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:04 UTC