Boost logo

Boost :

From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2005-03-02 12:58:07


In range/config.hpp, I see this code...

#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
#define BOOST_RANGE_DEDUCED_TYPENAME
#else
#define BOOST_RANGE_DEDUCED_TYPENAME BOOST_DEDUCED_TYPENAME
#endif

Why is there a special version of this? It is only defined to empty, or
BOOST_DEDUCED_TYPENAME. What is wrong with simply using
BOOST_DEDUCED_TYPENAME? If there is a problem with the "stock" one? If
so, shouldn't that be changed instead?


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