mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-02 22:24: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 );
|
||||
#endif
|
||||
|
||||
void yield( unsigned k )
|
||||
inline void yield( unsigned k )
|
||||
{
|
||||
if( k < 4 )
|
||||
{
|
||||
@@ -81,7 +81,7 @@ namespace boost
|
||||
namespace detail
|
||||
{
|
||||
|
||||
void yield( unsigned k )
|
||||
inline void yield( unsigned k )
|
||||
{
|
||||
if( k < 4 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user