
8 Jun
2012
8 Jun
'12
3:33 a.m.
2012/6/6 Michel Morin <mimomorin@gmail.com>:
Now fixing missing feature of Regular concept.
Nice :)
A few comments:
template <class F> RegularFunctorType regular(F f)
* What is the requirement of `F`? CopyConstructible? This should be documented, too.
* If `F` has relational operators, do `RegularFunctorType`'s relational operators use them? If not, I think it would be better to document it.
documented!
* `indirect_functor` does not support `boost::result_of` protocol for nullary function calls. See ticket #6914 for details https://svn.boost.org/trac/boost/ticket/6914
fixed. and add test code.