mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-05-19 23:34:42 +02:00
Merge 47736 from trunk (untabify).
[SVN r47739]
This commit is contained in:
@@ -17,7 +17,7 @@ int main()
|
|||||||
int x = 0;
|
int x = 0;
|
||||||
|
|
||||||
{
|
{
|
||||||
boost::detail::spinlock_pool<0>::scoped_lock lock( &x );
|
boost::detail::spinlock_pool<0>::scoped_lock lock( &x );
|
||||||
++x;
|
++x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user