
18 Nov
2013
18 Nov
'13
12:47 p.m.
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