|
Boost : |
Subject: Re: [boost] [CallableTraits] The formal review begins today
From: Fletcher, John P (j.p.fletcher_at_[hidden])
Date: 2017-04-12 12:08:48
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk