12 Apr
2017
12 Apr
'17
12:08 p.m.
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