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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
