$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type_traits] Rewrite and dependency free version
From: John Maddock (boost.regex_at_[hidden])
Date: 2015-01-21 13:07:03
>>> ..\..\..\boost/type_traits/remove_const.hpp:25:22: error: token is not
>>> a valid binary operator in a preprocessor subexpression
>>> #if !BOOST_WORKAROUND(__BORLANDC__, < 0x600) && !defined(__IBMCPP__)
>>> && !BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x840))
>> ~~~~~~~~~~~~~~~~~^
>> 1 error generated.
>>
>> An #include <boost/detail/workaround.hpp> is missing.
>
> Thanks. I updated Version2 with the fix.
Got it, thanks! John.