Boost logo

Boost :

Subject: Re: [boost] Review Request : Boost.Range Extension
From: Akira Takahashi (faithandbrave_at_[hidden])
Date: 2012-06-07 23:33:00


2012/6/6 Michel Morin <mimomorin_at_[hidden]>:
>> 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.


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