Boost logo

Boost :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2002-07-23 06:11:06


Aleksey Gurtovoy wrote:
> Giovanni Bajo wrote:
> > Another question, this compiles:
> >
> > typedef copy
> > <
> > list_c<int, 123>,
> > list_c<int>,
> > project1st<_,_>
> > >::type result;
> >
> > but this does not:
> >
> > typedef copy
> > <
> > list_c<int>,
> > list_c<int>,
> > project1st<_,_>
> > >::type result;
>
> Ouch!
>
> >
> > I assume that all the algorithms should work on empty
> > sequences, shouldn't they?
>
> They should. I'll look into it.
>

Fixed in http://www.mywikinet.com/mpl/mpl_23_jul_02.zip.

Aleksey


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