
27 Apr
2010
27 Apr
'10
9:43 p.m.
Dar Boosters, Erwann has implemented some cool extensions to Boost.Assign that we would like to include. For example, his work allows code like A list of references (to temporaries, in this example): boost::array<int,9> a = cref_csv( 1,5,3,4,2,9,0,7 ) Chained ranges: vector<int> v = vector<int>( 3,1 ) && vector<int>( 3,2 ) && vector<int>( 3,3 ); See https://svn.boost.org/svn/boost/sandbox/statistics/support/boost/assign/ and https://svn.boost.org/svn/boost/sandbox/statistics/support/libs/assign/ for more info. I think the right thing to do is to make a mini-review. Do we need a special schedule for such reviews or should we just proceed with an announcement on the user and dev list? -Thorsten