Um will it be
std::chrono_literals::this_thread::sleep_for(1s)
If I use it without the namespace statement ?
no, it would be
std::this_thread::sleep_for(std::chrono_literals::s(1));
without it
Nils
Anonymous
Vlad
Ammar
Eugene
сумбула
Otumian
Soni
H
Lion