Boost logo

Boost :

Subject: [boost] [handling mini-reviews] do we need formal scheduling for this?
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2010-04-27 17:43:33


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk