Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5010: Fusion will now compile under Objective-C++
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-01-23 23:34:29
#5010: Fusion will now compile under Objective-C++
---------------------------------------------+------------------------------
Reporter: Brian Doig <Brian.Doig@â¦> | Owner: djowel
Type: Bugs | Status: reopened
Milestone: To Be Determined | Component: fusion
Version: Boost 1.45.0 | Severity: Showstopper
Resolution: | Keywords:
---------------------------------------------+------------------------------
Comment (by rowanj@â¦):
With current Xcode (4.2)
Building as Objective-C++ will include <objc/objc.h>, which contains:
{{{
#ifndef Nil
#define Nil __DARWIN_NULL /* id of Nil class */
#endif
#ifndef nil
#define nil __DARWIN_NULL /* id of Nil instance */
#endif
}}}
So this error will re-occur for `nil` or `Nil` (the current incarnation of
this error for us in 1.48.0)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5010#comment:7> 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