$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Compilation problem with has_binary_operator.hpp on Mac OSX
From: Nat Goodspeed (nat_at_[hidden])
Date: 2014-01-08 07:55:29
On Jan 8, 2014, at 7:28 AM, "Tim Burgess" <tim_at_[hidden]> wrote:
> Can you be more explicit as to what I can do to get around this issue,
> please?
I believe the advice is:
Before your first Boost #include, add code like this:
#ifdef check
#undef check
#endif
>