Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4540: fold<Sequence>() instantiates result_of::fold<Sequence const>
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-08-18 16:49:13
#4540: fold<Sequence>() instantiates result_of::fold<Sequence const>
--------------------------------------+-------------------------------------
Reporter: anonymous | Owner: djowel
Type: Feature Requests | Status: reopened
Milestone: Boost 1.44.0 | Component: utility
Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Changes (by cschmidt):
* type: Bugs => Feature Requests
* component: fusion => utility
Comment:
Well, I am not sure about that. Anyway, lets change the component to
utility.
BTW. the upcoming c++11 port solves this issue by implementing fold as
{{{
template<typename Seq, ...> typename result_of::fold<...>::type
fold(Seq&&, ...)
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4540#comment:5> 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