Subject: [Boost-bugs] [Boost C++ Libraries] #4604: Support for Associative Sequences in fusion::push_back
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-08-28 07:41:06
#4604: Support for Associative Sequences in fusion::push_back
--------------------------------+-------------------------------------------
Reporter: ru.elric@⦠| Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: fusion
Version: Boost 1.44.0 | Severity: Problem
Keywords: |
--------------------------------+-------------------------------------------
According to fusion documentation, result of fusion::push_back is a model
of Associative Sequence if its sequence parameter implements the
Associative Sequence model. However, this is not the case as
fusion::push_back constructs a fusion::joint_view<seq,
fusion::single_view<val> const>. This joint view is only associative iff
both of its underlying sequences are. The fusion::single_view is not
associative, though.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4604> 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