4 // Copyright 2008 Peter Dimov
6 // Distributed under the Boost Software License, Version 1.0.
7 // See accompanying file LICENSE_1_0.txt or copy at
8 // http://www.boost.org/LICENSE_1_0.txt)
11 #include <boost/smart_ptr/detail/yield_k.hpp>
17 for( unsigned k = 0; k < 256; ++k )
19 boost::detail::yield( k );