id summary reporter owner description type status milestone component version severity resolution keywords cc 11442 boost/smart_ptr/detail/yield_k.hpp should not unconditionally call ::nanosleep Ed Vogel Peter Dimov "The file boost/smart_ptr/detail/yield_k.hpp will call ::nanosleep when it's compiled in multi-threaded mode. As nanosleep is not required for Boost (there is a BOOST_HAS_NANOSLEEP function), this code should really be guarded by conditionals and an #error directive executed if the platform does not support nanosleep. Yea...a real nit...but my boss wants one posted... Ed" Bugs new To Be Determined smart_ptr Boost 1.56.0 Problem