Re: [Boost-bugs] [Boost C++ Libraries] #7165: cannot change BOOST_PHOENIX_LIMIT

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7165: cannot change BOOST_PHOENIX_LIMIT
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-24 13:01:27


#7165: cannot change BOOST_PHOENIX_LIMIT
---------------------------------+------------------------------------------
  Reporter: m.champlon@… | Owner: theller
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: phoenix
   Version: Boost 1.50.0 | Severity: Problem
Resolution: | Keywords:
---------------------------------+------------------------------------------

Comment (by m.champlon@…):

 It looks like a fix for this issue would be in limits.hpp to change :
 {{{
 #if defined(BOOST_PHOENIX_LIMIT)
 #define BOOST_PROTO_MAX_ARITY BOOST_PHOENIX_LIMIT
 }}}
 into :
 {{{
 #if defined(BOOST_PHOENIX_LIMIT)
 #define BOOST_PROTO_MAX_ARITY
 BOOST_PHOENIX_PP_ROUND_UP(BOOST_PHOENIX_LIMIT)
 }}}

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