wheels icon indicating copy to clipboard operation
wheels copied to clipboard

is_invocable tests fail on clang 3.5

Open rightfold opened this issue 9 years ago • 0 comments

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.

rightfold avatar Apr 07 '15 08:04 rightfold