Commit c657c6cb authored by Alexander Alekhin's avatar Alexander Alekhin

cmake: use 'long long' for atomic check

parent 8167d47e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
static int test() static int test()
{ {
std::atomic<int> x; std::atomic<long long> x;
return x; return x;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment