Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11877: fusion at_c compile error on join of two vectors
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-01-04 02:29:54
#11877: fusion at_c compile error on join of two vectors
-------------------------------+---------------------
Reporter: anonymous | Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: fusion
Version: Boost 1.60.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------
Comment (by Kohei Takahashi <flast@â¦>):
It is not a bug, but by design.
[http://www.boost.org/doc/libs/1_60_0/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html
fusion::at_c] requires `Random Access Sequence`, but
[http://www.boost.org/doc/libs/1_60_0/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html
fusion::join] returns
[http://www.boost.org/doc/libs/1_60_0/libs/fusion/doc/html/fusion/view/joint_view.html
fusion::joint_view] i.e. `Forward Access Sequence`.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11877#comment:1> 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:19 UTC