access template via asm

Started by
0 comments, last by EvilCrap 22 years, 4 months ago
how do i work with templates in assembly? (for instance, calling a templated function) is it possible?
Advertisement
quote:Original post by EvilCrap
is it possible?

No.

Realize that template code is instantiated as a concrete type before being compiled, which means that there is no machine-level support for templates.

[ GDNet Start Here | GDNet FAQ | MS RTFM | STL | Google ]
Thanks to Kylotan for the idea!

This topic is closed to new replies.

Advertisement