$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [range] Best way to construct a std::set from arange?
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2010-03-05 19:48:57
Sebastian Theophil wrote:
> Or you could do
>
> std::set<SomeType> s = boost::copy_range< std::set<SomeType> >( range );
Cool, where's boost::copy_range defined? This should be usable in an
initializer list as well I presume.
Jeff