Boost logo

Boost :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2003-01-24 11:38:40


What would be an equivalent of the following #fief, if I want to re-writte
it using our new BOOST_WORKAROUND macro?

// last checked with 0x561
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x561 &&
!defined(BOOST_STRICT_CONFIG)

Here, "0x561" is the first version requiring the workaround and at the same
time the last checked version (so, ideally, I would like to be able to check
if it's outdated).

Aleksey


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk