Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3553: Changeset 57125 broke Proto
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-10-24 15:08:09
#3553: Changeset 57125 broke Proto
-------------------------------------+--------------------------------------
Reporter: cschmidt | Owner: eric_niebler
Type: Bugs | Status: new
Milestone: Boost 1.42.0 | Component: proto
Version: Boost Development Trunk | Severity: Regression
Keywords: |
-------------------------------------+--------------------------------------
Comment(by anonymous):
But the argument order for fusion::fold's binary function won't be
changing until the next version of Boost, right?
No, I just committed this patch to the trunk and I will commit it to the
1.42 release branch. This patch should not affect 1.41.
Have you testing this patch with Boost 1.40?
I did test this patch with the HEAD of the trunk. I assumed if a proto
snapshot is that up-to-date that it contains this patch, there will also
be an up-to-date snapshot of Fusion available, or (due to whatever
reasons) Boost < 1.35 will be used. Is this assumption incorrect?
I think its ok to apply the patch so the trunk is not broken.
Once BOOST_VERSION is set to 104200, I will create another patch to change
the
{{{
#if BOOST_VERSION < 103500
}}}
in the functors to
{{{
#if BOOST_VERSION < 104200
}}}
Is that OK for you?
I am sorry for any inconvenience caused.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3553#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:01 UTC