[1.46.0][fusion] fusion compare is broken

I try compiled use Boost.Fusion, but compilation error by include, in VC7.1 and VC8. #include <boost/fusion/sequence/comparison/less_equal.hpp> // error! int main() {} This problem was fixed by rev.68358, but unfortunately was not in 1.46.0 release branch. Therefore, I think that the Boost.Fusion user using a VC7.1 or VC8 cannot introduce 1.46.0.

On 2/23/2011 5:16 PM, MURAKAMI Genya wrote:
I try compiled use Boost.Fusion, but compilation error by include, in VC7.1 and VC8.
#include<boost/fusion/sequence/comparison/less_equal.hpp> // error! int main() {}
This problem was fixed by rev.68358, but unfortunately was not in 1.46.0 release branch. Therefore, I think that the Boost.Fusion user using a VC7.1 or VC8 cannot introduce 1.46.0.
That is indeed very unfortunate. We'll just have to wait for 1.46.1, hopefully as soon as possible, for this to be fixed. Regards, -- Joel de Guzman http://www.boostpro.com http://boost-spirit.com

Can someone please post an easy link to getting that revision of less_equal.hpp (68358), so we can patch it in the local 1.46.0 source ASAP? Thanks, Michael Goldshteyn "Joel de Guzman" <joel@boost-consulting.com> wrote in message news:ik2oet$gj7$1@dough.gmane.org...
On 2/23/2011 5:16 PM, MURAKAMI Genya wrote:
I try compiled use Boost.Fusion, but compilation error by include, in VC7.1 and VC8.
#include<boost/fusion/sequence/comparison/less_equal.hpp> // error! int main() {}
This problem was fixed by rev.68358, but unfortunately was not in 1.46.0 release branch. Therefore, I think that the Boost.Fusion user using a VC7.1 or VC8 cannot introduce 1.46.0.
That is indeed very unfortunate. We'll just have to wait for 1.46.1, hopefully as soon as possible, for this to be fixed.
Regards, -- Joel de Guzman http://www.boostpro.com http://boost-spirit.com
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

rev.68358 changeset is follow: https://svn.boost.org/trac/boost/changeset/68358 You can download diff file from "Unified Diff". 2011/2/24 Michael Goldshteyn <mgoldshteyn@comcast.net>:
Can someone please post an easy link to getting that revision of less_equal.hpp (68358), so we can patch it in the local 1.46.0 source ASAP?
Thanks,
Michael Goldshteyn
======================== Akira Takahashi mailto:faithandbrave@gmail.com http://d.hatena.ne.jp/faith_and_brave/
participants (4)
-
Akira.T
-
Joel de Guzman
-
Michael Goldshteyn
-
MURAKAMI Genya