
12 Jun
2007
12 Jun
'07
11:57 p.m.
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