Re: [Boost-bugs] [Boost C++ Libraries] #6268: Conflict between fusion and phoenix operator<

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6268: Conflict between fusion and phoenix operator<
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-14 21:48:29


#6268: Conflict between fusion and phoenix operator<
----------------------------------------------------+-----------------------
  Reporter: Nathan Ridge <zeratul976@…> | Owner: theller
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: phoenix
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
----------------------------------------------------+-----------------------

Comment (by Nathan Ridge <zeratul976@…>):

 Sorry, that didn't come out well and I don't know how to edit the
 description :(

 Here is the code that causes the error, in code tags this time:



 {{{
 #include <boost/fusion/sequence/comparison.hpp>
 #include <boost/fusion/sequence/sequence_facade.hpp>
 #include <boost/phoenix/core.hpp>
 #include <boost/phoenix/operator/comparison.hpp>

 struct foo : boost::fusion::sequence_facade<foo,
 boost::fusion::random_access_traversal_tag>
 {
     // Rest of the sequence_facade extension mechanism code omitted,
     // as it is not needed to reproduce the error

     foo() : x(), y() {}

     int x;
     int y;
 };

 int main()
 {
     auto x = boost::phoenix::arg_names::arg1 < foo();
 }
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6268#comment:1>
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:08 UTC