Rainer Grimm

Results 2 issues of Rainer Grimm

Many of the code examples of the C++ Core Guidelines are missing the namespace qualifier. For consistency and readability, I'm strongly in favor of namespace qualifiers. Many readers may not...

time_of_day need C++20 support (not C++17) time_of_day is an alias for hh_mm_ss. Classt emplate argument deduction for alias templates is a C++20 feature (P1814R0).