He falls in the same mistake of many people: thinking that because there's operator overloading in the language, you have to use it. The same for templates.
Most successful C++ projects never use some features. Some even use C macros instead of templates, like wxWidgets. It both works and compiles fast.
Most successful C++ projects never use some features. Some even use C macros instead of templates, like wxWidgets. It both works and compiles fast.