Re: Static Member Function Template Specialization
On Oct 14, 6:13 pm, Gianni Mariani <gi4nos...@marian.ws> wrote:
> mike b wrote:
> > On Oct 14, 2:16 pm, Gianni Mariani <gi4nos...@marian.ws> wrote:
> ...
> > The problem only occurs when code is separated into multiple binaries,
> > a shared lib and executable, with multiple users in the app.
>
> Are definitions of all template functions in every compilation unit ?
> (i.e. included into every binary's source in question ?) If not, that's
> your problem.
I defined my entire template class in the header file (.h) so it
should be making it into every compilation unit. Is there something
aside from that I need to do?
|