Changes between Initial Version and Version 3 of Ticket #4489
- Timestamp:
- Jun 3, 2012, 8:41:25 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4489
- Property Owner changed from to
-
Ticket #4489 – Description
initial v3 1 The current implementation of boost::result_of permitsFn in boost::result_of<Fn(Args...)> to be a reference to a class type.1 The current implementation of boost::result_of doesn't permit Fn in boost::result_of<Fn(Args...)> to be a reference to a class type. 2 2 I would like to see that changed. Allowing reference-qualified function object types would be in useful with c++11's explicit reference qualification of member functions (n3090 / 13.3.1/4), and this change would bring boost::result_of more in line with c++11's std::result_of, which does allow "reference[s] to function object type[s]" (n3090 / 20.7.6.6)