Boost logo

Boost :

From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-06-12 19:57:11


dan marsden wrote:
> The above change has now been applied. Docs upgrades will follow in the next few days.

The usage of boost::result_of is right?

IIRC, for example, <transform_view/detail/apply_transform_result.hpp> should be

             template <typename T0>
             struct apply<T0, void_>
                 : boost::result_of<F(typename add_reference<T0>::type)>
             {};

, because the object passed to a functor is lvalue.

-- 
Shunsuke Sogame

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