Boost logo

Boost :

Subject: Re: [boost] boost 1.53 config_test failed with icl 14.0 beta
From: Jiang, Jennifer L (jennifer.l.jiang_at_[hidden])
Date: 2013-05-13 18:47:14


Hi John,
Instead of adding (__INTEL_COMPILER == 1400), it's better to change (__INTEL_COMPILER <= 1110) to (__INTEL_COMPILER <= 1400) for "Windows only".

Because on Windows, icl still does not support all of the value initialization cases. But it is being worked on.
Btw, if you'd like to test with the Intel Compiler xe 2013 SP1 beta, you can get the beta by joining the beta program - http://software.intel.com/en-us/forums/topic/392100

Is there any way I can find out when this will be done?

Thanks,
Jennifer

-----Original Message-----
From: Jiang, Jennifer L
Sent: Tuesday, May 07, 2013 11:10 AM
To: John Maddock; boost_at_[hidden]
Subject: RE: [boost] boost 1.53 config_test failed with icl 14.0 beta

It is Windows only.

Jennifer

-----Original Message-----
From: John Maddock [mailto:john_at_[hidden]]
Sent: Tuesday, May 07, 2013 10:50 AM
To: boost_at_[hidden]; Jiang, Jennifer L
Subject: Re: [boost] boost 1.53 config_test failed with icl 14.0 beta

> Could you fix this issue in the trunk for future releases?

Can you tell me if this is a Win32 specific failure, or does it effect Linux/Darwin as well?

I ask because gcc handles this correctly where as msvc does not.

Thanks, John.


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