$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Brandmeyer (jbrandmeyer_at_[hidden])
Date: 2004-09-22 16:54:11
What is the correct BOOST_WORKAROUND macro for this platform? I'm
currently using
#ifdef ((BOOST_WORKAROUND( BOOST_INTEL_CXX_VERSION, == 710)) &&
defined(_WIN32))
which does not seem to be enough.
Thanks,
-Jonathan