On Feb 7, 2008 8:41 AM, Vic Wagner <[EMAIL PROTECTED]> wrote: > 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
I think he's talking about this: http://www.codersource.net/cpp_class_templates_specialization.html -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
