$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-06-30 11:57:27
----- Original Message -----
From: "Peter Dimov" <pdimov_at_[hidden]>
> [In passing - I believe that argument
> deduction should be enabled for constructors, making make_* functions
> obsolete.]
I don't think that would obsolete object generators. Sometimes the actual
type is much more complicated than you would want to name. See the
iterator_adaptors library.
-Dave