C++ couldn’t deduce template parameter on subtraction operator
I am looking to create a subtraction operator to compare DayTime classes that are in a Template class (TemplateDay). I can’t create a generic operator that would allow these classes to be compared with each other.