Subject: Re: [boost] [config] request for BOOST_NO_FWD_STD_DECLARATION
From: Daniel James (dnljms_at_[hidden])
Date: 2011-02-16 09:50:51


On 16 February 2011 14:36, Christopher Jefferson <chris_at_[hidden]> wrote:
>
> #if defined(BOOST_DETAIL_NO_CONTAINER_FWD) \
>    || ((defined(__GLIBCPP__) || defined(__GLIBCXX__)) \
>        && (defined(_GLIBCXX_DEBUG) || defined(_GLIBCXX_PARALLEL))) \
>    || BOOST_WORKAROUND(__BORLANDC__, > 0x551) \
>    || BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x842)) \
>    || (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION))
>
> Note that BOOST_DETAIL_NO_CONTAINER_FWD seems to be a macro for testing, not one to be set.

It was added to allow users to disable container declaration.

Daniel