Boost logo

Boost :

Subject: Re: [boost] [Fit] formal review starts today
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2016-03-04 18:19:27


AMDG

On 03/04/2016 11:55 AM, Vicente J. Botet Escriba wrote:
>
> Even if you are not for the library in its current state your comments
> will help a lot to improve it, so please, could you reconsider to give
> us more feedback on other parts of the library?
>

  I suspect that I'd be saying a lot of the
same things over again. For example:

#include <boost/fit/conditional.hpp>

struct identity {
    template<class T>
    T operator()(T t) { return t; }
};

int main() {
    boost::fit::conditional(identity(), identity())(0);
}

1> boost\fit\conditional.hpp(84): error C2500:
'boost::fit::detail::conditional_kernel<F1,F2>': 'identity' is already a
direct base class
1> with
1> [
1> F1=identity,
1> F2=identity
1> ]
1>

In Christ,
Steven Watanabe


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