
22 Sep
2004
22 Sep
'04
10:21 p.m.
Jonathan Brandmeyer wrote:
On Wed, 2004-09-22 at 17:54, Jonathan Brandmeyer wrote:
What is the correct BOOST_WORKAROUND macro for this platform? I'm currently using
#ifdef ((BOOST_WORKAROUND( BOOST_INTEL_CXX_VERSION, == 710)) && defined(_WIN32))
BTW, there is a macro BOOST_INTEL_WIN that you should use here. Stefan