Boost logo

Boost :

Subject: Re: [boost] [CallableTraits] The formal review begins today
From: Barrett Adair (barrettellisadair_at_[hidden])
Date: 2017-04-13 01:17:47


On Wed, Apr 12, 2017 at 7:08 AM, Fletcher, John P via Boost
<boost_at_[hidden]> wrote:
> I have only time to do a very brief evaluation.
>
> I have tried this out with Clang 3.8
>
> There are a few things which run with C++14 and not C++11 in the example code in the documentation:
>
> static_assert(ct::has_void_return_v<foo>, "");
>
> static_assert(!ct::has_varargs_v<foo>, "");
>
> static_assert(ct::is_const_member_v<pmf>, "");
>
> I can understand the intention from the documentation.
>
> I support adding this to Boost.
>
> Best wishes
>
> John

Thanks, John. I should remove the variable templates from
the examples so that C++11 users don't experience confusion.

>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


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