BCS Wrote: > smaller object code? OTOH a good implementation will noice when I can fold > together several template expansions
That's the difference. You can't fold templates because they're binary incompatible as opposite to generics.
BCS Wrote: > smaller object code? OTOH a good implementation will noice when I can fold > together several template expansions
That's the difference. You can't fold templates because they're binary incompatible as opposite to generics.