mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-03 06:34:26 +02:00
Missing "inline" added.
[SVN r43916]
This commit is contained in:
@@ -45,7 +45,7 @@ namespace detail
|
|||||||
extern "C" void __stdcall Sleep( unsigned ms );
|
extern "C" void __stdcall Sleep( unsigned ms );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void yield( unsigned k )
|
inline void yield( unsigned k )
|
||||||
{
|
{
|
||||||
if( k < 4 )
|
if( k < 4 )
|
||||||
{
|
{
|
||||||
@@ -81,7 +81,7 @@ namespace boost
|
|||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
|
|
||||||
void yield( unsigned k )
|
inline void yield( unsigned k )
|
||||||
{
|
{
|
||||||
if( k < 4 )
|
if( k < 4 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user