Dear Boost Developers and Users,
Erwann Rogard has implemented an update to Boost.Assign which we shall
evaluate during the next week. His extensions allows one to
write code like the following:
(A)
A list of references (to temporaries, in this example):
boost::array<int,8> a = cref_csv( 1,5,3,4,2,9,0,7 )
(B)
Chained ranges:
vector<int> v = vector<int>( 3,1 ) && vector<int>( 3,2 );
If you have comments and suggestions about these new features, please
submit a small review or voice your oppinion on the Boost developer
list. If you have other feedback for Boost.Assign, now would be a good
time to mention them too.
If you submit a review, please follow the guidelines here:
http://www.boost.org/community/reviews.html#Comments
To access the new docs, please see
https://svn.boost.org/svn/boost/sandbox/statistics/support/libs/assign/doc/…
To access the new code, please see
https://svn.boost.org/svn/boost/sandbox/statistics/support/boost/assign/
best regards
Thorsten Ottosen, Review Manager