5 Aug
2005
5 Aug
'05
3:46 a.m.
On Aug 4, 2005, at 7:43 PM, David Abrahams wrote:
I think it would be wiser to stick with
BOOST_WORKAROUND(BOOST_MSVC, ... ) || BOOST_WORKAROUND(BOOST_INTEL_XXXX, ... )
Because other compilers that do not emulate bugs so well are probably also defining that symbol.
In this case, the particular symbols that are defined by the workaround are totally harmless. Doug