j
k
j a
j l
Sebastian Theophil wrote:
Or you could do std::set<SomeType> s = boost::copy_range< std::set<SomeType> >( range );
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
Back to the thread
Back to the list