|
Boost Users : |
From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-11-09 04:28:00
Chris Weed wrote:
> template< int N >
> struct Get
> {
> template<typename T>
> struct result;
transform_iterator doesn't make use of boost::result_of, IIRC.
You have to define a nested `result_type` in `Get`,
or you can use transform_iterator<..., a_result_type>.
Regards,
-- Shunsuke Sogame
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net