B
bav.272304
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?
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?