Re: Static Member Function Template Specialization
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.
|