#include int main(int argc, char* argv[]) { std::atomic_flag f = ATOMIC_FLAG_INIT; std::atomic g (false); return 0; }