saurabh jain wrote:
> Hi,
> I was just reading a piece of code for some research work. I came across
> some weird(for me) lines of code. After googling for some time, I found it
> has a term called "specialized templates".
> Can someone explain why do we need specialized templates? Which situations
> are more suitable for specialized templates against the generic ones?
> Meaning, where we can leverage performance/readability etc using specialized
> templates?
>
> I was under the impression that templates make code more generic rather than
> specialized.
>
> Thanks,
> Saurabh
>
absent an example of what someone calls "specialized templates" I think
we're all at a loss