Re: [Boost-bugs] [Boost C++ Libraries] #4444: [fusion]joint_view no copy CTOR contrary to doc

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4444: [fusion]joint_view no copy CTOR contrary to doc
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-07-16 12:52:00


#4444: [fusion]joint_view no copy CTOR contrary to doc
----------------------------------------+-----------------------------------
  Reporter: cppljevans@… | Owner: djowel
      Type: Bugs | Status: new
 Milestone: Boost 1.44.0 | Component: fusion
   Version: Boost 1.44.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------+-----------------------------------

Comment (by anonymous):

 The reformatted error message in compilation attachment is:

 seq_push_back.cpp:48: error: No match for '
 boost::fusion::joint_view
 < boost::fusion::list
   < boost::fusion::void_, boost::fusion::void_
   , boost::fusion::void_, boost::fusion::void_
   , boost::fusion::void_, boost::fusion::void_
   , boost::fusion::void_, boost::fusion::void_
   , boost::fusion::void_, boost::fusion::void_
>
 , const boost::fusion::single_view<int>
>::joint_view
 ( boost::fusion::joint_view
   < const boost::fusion::list
     < boost::fusion::void_, boost::fusion::void_
     , boost::fusion::void_, boost::fusion::void_
     , boost::fusion::void_, boost::fusion::void_
     , boost::fusion::void_, boost::fusion::void_
     , boost::fusion::void_, boost::fusion::void_
>
   , const boost::fusion::single_view<int>
>
 )'

 which shows the copy CTOR was not used because it
 didn't match the 'const list<...>' part of the argument.
 Maybe the problem is with the result_of<push_back<,> >::type?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4444#comment:2>
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:03 UTC