
16 Feb
2011
16 Feb
'11
2:50 p.m.
On 16 February 2011 14:36, Christopher Jefferson <chris@bubblescope.net> 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