forked from boostorg/smart_ptr
Merge 47736 from trunk (untabify).
[SVN r47739]
This commit is contained in:
@ -17,7 +17,7 @@ int main()
|
||||
int x = 0;
|
||||
|
||||
{
|
||||
boost::detail::spinlock_pool<0>::scoped_lock lock( &x );
|
||||
boost::detail::spinlock_pool<0>::scoped_lock lock( &x );
|
||||
++x;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user