$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2004-06-02 11:31:16
> sizeof (blah) is only vaguely related to the length of time it takes a
copy
> constructor to execute.
basic_cstring is essencially POD and has trivial copy constructor.
Gennadiy.