12 Jul
2015
12 Jul
'15
8:54 a.m.
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.