A template function cannot be distributed in the obj form.
This is because; fuction with which parameters the template function is going
to be called is decided at the run time only. Therefore an obj form of a
template function cannot be made by merely compiling it.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
A template function cannot be distributed in the obj form. This is because; fuction with which parameters the template function is going to be called is decided at the run time only. Therefore an obj form of a template function cannot be made by merely compiling it.