
Reference arrays and chaining can be seen as independent from the above and were the topic of a mini-review in June. Please consider looking at those as well. Thanks.
Please consider looking at the tutorial under Reference Arrays and Chaining. Thanks. https://svn.boost.org/svn/boost/sandbox/assign_v2/libs/assign/v2/doc/html/bo... I reproduce here the motivation for it from the Change-Log: The following changes can be traced to the mini-review: - The pair of functions in Boost.Assign (1.0), ref_list_of and cref_list_of, are replaced by a single function, ref::array, that resolves lvalue/const-ness and the number of arguments automatically (thus eliminating the size template parameter). - A dual function, ref::csv_array, such that ref::csv_array(x, y, z) is equivalent to ref::array( x )( y )( z ) - A range adaptor for chaining ranges, with special consideration for reference-arrays.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost