mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-10-28 14:21:39 +01:00
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