[PATCH] D147722: [Concepts] Fix Function Template Concepts comparisons

Alexander Yermolovich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 6 16:49:05 PDT 2023


ayermolo added a comment.

With this patch here is still a build failure in our code base. I am trying to create a small repro. But from high level there is a templated class that has partial specializations, and it errors out on definition of a function that doesn't have any.


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

https://reviews.llvm.org/D147722



More information about the cfe-commits mailing list