$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-08-11 11:58:41
Jonathan Wakely wrote:
> Presumably it doesn't matter much, since the compiler will generate a
> copy ctor with the right semantics, so the typo just introduces a
> constructor that will only cause an error if it's instantiated, which is
> fairly unlikely.
Not for Comeau frontends which check the template code. See the latest
Tru64/CXX regression results for date_time.
Markus