I was trying to create std::atomic_bool objects in different ways:
std::atomic_bool
std::atomic_bool f1 = false; // OK s