rymiel added a comment.

In D145642#4213256 <https://reviews.llvm.org/D145642#4213256>, @usaxena95 wrote:

> Another point:
> While testing this patch, the following still fails to recognise. Might be 
> something special with `true`.
>
>   auto y = [&]<typename Callable>
>       requires true(Callable && callable)
>     { static_cast<void>(callable); };

Thank you for finding that edge case, I've fixed it and added a test for it


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145642/new/

https://reviews.llvm.org/D145642

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to