Re: [Boost-bugs] [Boost C++ Libraries] #5010: Fusion will now compile under Objective-C++

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5010: Fusion will now compile under Objective-C++
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-05-06 03:23:05


#5010: Fusion will now compile under Objective-C++
----------------------------------------+-------------------------
  Reporter: Brian Doig <Brian.Doig@…> | Owner: djowel
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: fusion
   Version: Boost 1.45.0 | Severity: Showstopper
Resolution: fixed | Keywords:
----------------------------------------+-------------------------

Comment (by anonymous):

 Replying to [comment:34 brianmar]:
> Definitely not fixed int eh 1.55 Boost that installs with MacPorts.
 Still getting an error when I try to compile boost/spirit/include/qi.hpp.
 Error at line 45 of make_cons.hpp, due to the "nil".

 I've noticed this too. It's not a fusion problem but a spirit problem. You
 need to replace the "nil" with "nil_" in
 boost/spirit/home/support/detail/make_cons.hpp,
 boost/spirit/home/support/context.hpp,
 boost/spirit/home/support/make_component.hpp and
 boost/spirit/home/support/info.hpp. The first three refer to fusion::nil
 (which needs to be changed to match fusion) and the latter is spirit's own
 definition which should be changed for similar reasons.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5010#comment:40>
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:16 UTC