
16 Jun
2010
16 Jun
'10
3:55 p.m.
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&&);