From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-11-29 12:20:35


From: "Hugo Duncan" <hugoduncan_at_[hidden]>
> I have started getting multiply defined symbols for throw_exception.
>
> Is the template missing an inline modifier ?

Compiler/platform? Out of line function templates are supposed to generate a
single instantiation.