
15 Jun
2006
15 Jun
'06
5:19 p.m.
Gennaro Prota <gennaro_prota@yahoo.com> writes:
* the BOOST_TESTED_AT macro; it seems we forgot about this, but we should be able to write:
#if BOOST_WORKAROUND (BOOST_CXX_MSVC, BOOST_TESTED_AT(...))
or its moral equivalent. This means that either BOOST_TESTED_AT or BOOST_WORKAROUND can't have the current and the proposed syntax, respectively
BOOST_WORKAROUND(CXX_MSVC, <=, 7,1,0) BOOST_WORKAROUND(CXX_MSVC, tested_at, 7,1,0) is an implementable syntax. It might be possible to drop the 2nd comma, but I'm not sure of that and it might be too cute :) -- Dave Abrahams Boost Consulting www.boost-consulting.com