$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [mini-review] Update of Boost.Assign (13th-19th of June)
From: er (erwann.rogard_at_[hidden])
Date: 2010-06-16 11:55:59
> My guess, here, is that you would like to see ref_csv() and cref_list()
> merged into one function that takes either of lvalues or rvalues. Is my
I meant ref_list_of(T&) and cref_list_of(const T&) merged into one,
something like this?
template<typename T> Implementation-defined ref_list_of(T&&);