Missing "inline" added.

[SVN r43916]
This commit is contained in:
Peter Dimov
2008-03-28 20:44:45 +00:00
parent bb076d67e6
commit 2452705117

View File

@@ -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 )
{ {