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: 2013-04-26 19:53:25


#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 Mathieu Champlon <m.champlon@…>):

 I finally managed to write a test case and a fix for this, see
 boost_phoenix_7165.patch

 The patch initially contained the regenerated preprocessed actor.hpp files
 but the server refused to upload it because it's over the size limit (it's
 566 KB !).
 I still have it and can email it directly to you if you want.

 The idea of the fix is to replace
 {{{
 boost::proto::and_<
   something,
   something,
   something,
   ...
>
 }}}
 with
 {{{
 boost::proto::and_< something,
 boost::proto::and_< something,
 boost::proto::and_< something,
   ...
> > >
 }}}

 Cheers,
 MAT.

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