
Gennadiy Rozental wrote:
Michael Marcin <mmarcin <at> method-solutions.com> writes:
Do you think the free prototype compiler on http://whatif.intel.com/ might be able to build the code and produce the same problem?
Never mind I didn't read though enough.. it appears you have to have an active license to use the prototype compiler... ah well you can still try the evaluation version.
I still missing important variable in this equasio: win64 OS. This particular issue is really OS headers bound.
Normally I'd tell you to go to the Boost.Config testing results page and look at the config_info output for that compiler: that'll list all the macros defined for that compiler. However, the Win64 results seem to have disappeared for some reason :-( But defined(BOOST_INTEL) && defined(_WIN64) would probably do it. HTH, John.