Creating alias by ‘using’ keyword for std::chrono is throwing compiler errors
I am trying to use alias for std::chrono
and std::chrono::duration_cast<std::chrono::seconds>
which are throwing compilation errors. I included <chrono>
header file. Below is the code: