Leonard Wesley <[EMAIL PROTECTED]> writes:

> <file name>.so:  undefined symbol:  _ZN5FrameI21ContinuousPropositionEaSERKS1_

Demangled:
Frame<ContinuousProposition>::operator=(Frame<ContinuousProposition> const&)

> The unresolved link error error seems to be related to a 
> constructor/destructor

What made you think that? You do know about c++filt, don't you?

> is needed as a result of the  ContinuousFrameMapping[tag] = Fx;  statement.

That would make sence.

> However, I cannot figure out what needs to be defined to fix this error.

The operator=() above.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
Help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to