$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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