$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-02-11 07:06:13
From: "John Maddock" <John_Maddock_at_[hidden]>
> One possible issue: how do compilers handle static data members of
> template classes, I seem to remember some versions of gcc having a problem
> with this (linker errors if the class is used in multiple translation
> units)?
g++ 2.95.3 doesn't seem to have such problems, although it does emit
internal compiler error 373 on &boost::checked_delete<T>. ;-)