$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] decay.hpp - anonymous enum problem
From: Jeff Flinn (Jeffrey.Flinn_at_[hidden])
Date: 2013-11-18 07:47:02
On 11/18/2013 7:16 AM, John Maddock wrote:
> there are no anonymous unions in use in decay.hpp. I suspect this is a
> problem with the actual type being passed to decay from your code: do
> you have the complete instantiation backtrace?
>
> Sorry to not be more helpful, John
The usual culprit in strange XCode compilation problems - in my
experience - is some apple macro conflicting with valid names like:
"nil_", "check", "verify", etc. Joel has graciously avoided the "nil_"
issue in Fusion and Phoenix. I usually #undef the offending macro.
Jeff