Boost logo

Boost :

Subject: Re: [boost] [predef] Fails on Intel/win
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-07-12 04:54:17


On 12/07/2015 09:42, John Maddock wrote:
> BOOST_COMP_INTEL is set to 0, which means that
>
> [ predef-require "BOOST_COMP_INTEL" ]
>
> fails.
>
> __INTEL_COMPILER is set to 1500.
>
> BOOST_COMP_INTEL is set to ( (((0)%100)*10000000) + (((0)%100)*100000)
> + ((0)%100000) )
>
> Thanks, John.

And another issue, I'm not sure if this is supposed to work or not but:

  [ predef-require "__ICL" ]

always reports true regardless of the actual compiler used :(

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk