[Boost-bugs] [Boost C++ Libraries] #3954: fusion algorithms must be overloaded for const and non-const algorithms

Subject: [Boost-bugs] [Boost C++ Libraries] #3954: fusion algorithms must be overloaded for const and non-const algorithms
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-23 08:38:32


#3954: fusion algorithms must be overloaded for const and non-const algorithms
--------------------------+-------------------------------------------------
 Reporter: eric_niebler | Owner: djowel
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: fusion
  Version: Boost 1.42.0 | Severity: Problem
 Keywords: |
--------------------------+-------------------------------------------------
 Several fusion algorithms (e.g. pop_front, reverse) take their arguments
 by const reference unconditionally. This is inconsistent with the
 result_of templates for these algorithms which are sensitive to the const-
 ness of their arguments. For consistency and correctness, all fusion
 algorithms must have overloads that take their arguments by non-const
 reference.

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