Boost logo

Boost :

From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2002-07-19 18:34:29


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;

I assume that all the algorithms should work on empty sequences, shouldn't
they?

Giovanni Bajo


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