mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 21:24:40 +02: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