id summary reporter owner description type status milestone component version severity resolution keywords cc 1762 BOOST_DISABLE_THREADS should imply BOOST_SP_DISABLE_THREADS jgottman@… Peter Dimov "When I built my code with BOOST_DISABLE_THREADS defined, I was surprised to have to deal with threading issues in the shared_ptr library. Defining this variable should automatically define BOOST_SP_DISABLE_THREADS, or else the code in that says {{{ #if defined( BOOST_SP_DISABLE_THREADS ) }}} should really say {{{ #if defined( BOOST_SP_DISABLE_THREADS ) || defined(BOOST_DISABLE_THREADS) }}} " Bugs closed Boost 1.36.0 smart_ptr Boost 1.35.0 Problem fixed