$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-11-03 08:04:09
Anthony Williams wrote:
> The class has a user-declared constructor, so it isn't an aggregate.
But a constructor in the sense of an initializer list. I.e. something
that can be converted to a POD and moved in at static init time.
This behavior is what makes it different to a normal class. But perhaps
they will invent a new name....
Roland