$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.