Change spinlock_sync.hpp to use a single byte

This commit is contained in:
Peter Dimov
2020-06-07 04:10:49 +03:00
parent 15ffd7852b
commit 914b93430a

View File

@ -38,7 +38,7 @@ class spinlock
{
public:
int v_;
unsigned char v_;
public: