mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-01 05:34:36 +02:00
Change spinlock_sync.hpp to use a single byte
This commit is contained in:
@@ -38,7 +38,7 @@ class spinlock
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
int v_;
|
unsigned char v_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user