#include #include struct A { float x; int y; long long z; }; std::atomic a; std::cout << std::boolalpha << a.is_lock_free() << std::endl; return 0; }