
2 Mar
2005
2 Mar
'05
11:24 p.m.
"Jody Hagins" <jody-boost-011304@atdesk.com> wrote in message news:20050302125807.4bb8b676.jody-boost-011304@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