$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_james_at_[hidden])
Date: 2008-08-20 15:05:10
On 20/08/2008, Simonson, Lucanus J <lucanus.j.simonson_at_[hidden]> wrote:
>
> I third the question, should we make separating template declarations
> from their definitions a preferred practice?
Some libraries don't do this because they still support older
compilers where template functions have to be defined inline.
Daniel