21 Jan
2006
21 Jan
'06
1:14 p.m.
----- Mensaje original -----
De: Frank Birbacher
Hi!
Today I wanted to std::transform a range of tuples into a sequence of one element. I thought I could just take the address of some tuple::get<N> function. Maybe also specify the Tuple type as template parameter [...] I'd rather want to take the address of boost::tuple::get
, but the template parameters won't match.
Maybe you forgot the final s in "tuples" when
writing
boost::tuples::get