forked from boostorg/smart_ptr
Change spinlock_sync.hpp to use a single byte
This commit is contained in:
@ -38,7 +38,7 @@ class spinlock
|
||||
{
|
||||
public:
|
||||
|
||||
int v_;
|
||||
unsigned char v_;
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user