I want to use this code
static constexpr auto set_time = 1s;
But I don't want to use using namespace chrono;
Error C3688 invalid literal suffix "s"; could not find the literal operator or pattern of the literal operator " operator ""s"
using namespace std::chrono_literals;