wheels
wheels copied to clipboard
is_invocable tests fail on clang 3.5
The following tests fail on clang 3.5:
-
CHECK((not wheels::fun::is_invocable<decltype(lambda), double(int)>::value));
(line 28) - There was another one but I forgot which one; will check this evening.
They fail because the expressions evaluate to false.