Language
C++
Compiler
clang 11.1.0
Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -std=gnu++2a
years::rep is int
months::rep is int
weeks::rep is int
days::rep is int
hours::rep is long
minutes::rep is long
seconds::rep is long long
milliseconds::rep is long long
microseconds::rep is long long
nanoseconds::rep is long long
Exit Code:
0