|
-
December 27th, 2010, 06:15 AM
#4
Re: Problem with explicit instantiation
 Originally Posted by oldnewbie
Paul:
Thank a lot for your answer. Although I'm not sure to been fully understood all your advices, I try to follow them, so there is the new code -the error remains-.
You're still not using code tags.
Second, either get rid of the #define macro and replace with regular template code, or turn on the preprocessor generation and get the real code from the preprocessor output. Then we can all see what that macro expands to. By making macros, you are in effect hiding the code, and what that macro expands to is the whole ballgame.
That is one of the first things you should have done -- see exactly what you are attempting to compile.
Regards,
Paul McKenzie
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|