Hi, I'm a newbie and I'm just learning the language.
The thing is, today I was just reading for the first time about function templates (implicit instantiations), and explicit specializations. The thing is, if explicit specializations override function templates, and both are overriden by regular functions... why would you use an explicit specialization to begin with? Wouldn't it be easier (without having to deal with syntax complications) to just use a regular function to override any template for type int for example?