13 Apr
2017
13 Apr
'17
1:17 a.m.
On Wed, Apr 12, 2017 at 7:08 AM, Fletcher, John P via Boost
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