bav.272304@gmail.com Guest
|
Posted: Sun May 06, 2007 8:18 pm Post subject: Linking code with templates and template libraries |
|
|
I have a code which uses external library with templates. The separate
compiling of project files gets definition of the same symbols in
different object files, so linking fails.
Actually, library uses templates only internally, and each
recompilation does not add anything new.
How should I fix it? Should I drop the templates from library?
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ] |
|