Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-03-02 18:24:15


"Jody Hagins" <jody-boost-011304_at_[hidden]> wrote in message
news:20050302125807.4bb8b676.jody-boost-011304_at_atdesk.com...
|
| 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?

I guess the explanation would be historic reasons, I used it in some
workaround code. It will go away in the next release.

-Thorsten


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