|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2002-12-25 17:09:55
David Abrahams <dave_at_[hidden]> writes:
> CVS annotate shows:
>
> 1.8 (johnmadd 04-Nov-02): #elif (defined(BOOST_MSVC) && (BOOST_MSVC >= 1310))\
> ^^^^
> I'm changing this to:
>
> #elif !BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1301)) \
>
> Please advise if I'm making a mistake.
On second thought, the logic for workarounds in this file is a bit too
hairy for me to follow.
John, could you please have a look and make an appropriate fix, if one
is required?
Thanks,
-- David Abrahams dave_at_[hidden] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk