$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2002-01-21 13:30:36
On 1/21/02 3:18 AM, "Samuel Krempp" <krempp_at_[hidden]> wrote:
> Apparently, MSVC compatibilty requires, among other things, that I
> define template members inside the class definition,
> thus I'll need to redesign the whole structure.
Oh no! On other platforms that's going to result in them all being treated
as if they were declared with "inline". Sounds bad to me.
-- Darin