cmake: use 'long long' for atomic check
This commit is contained in:
parent
8167d47efc
commit
c657c6cbac
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
static int test()
|
static int test()
|
||||||
{
|
{
|
||||||
std::atomic<int> x;
|
std::atomic<long long> x;
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user