$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rhind_at_[hidden])
Date: 2004-07-09 02:38:44
Peter Dimov wrote:
> 
> Or maybe we should just use
> 
>     int cv[] = { 1, 2, 3 };
>     v.assign( cv, end(cv) );
> 
> as I've been doing for years.
is 'end' in boost?
Thanks
Russell