[PATCH] D123182: [Concepts] Fix overload resolution bug with constrained candidates

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 19 12:07:36 PDT 2022


Mordante added a comment.

In D123182#3458712 <https://reviews.llvm.org/D123182#3458712>, @royjacobson wrote:

> So, it seems like this broke one of `basic_arg_format`'s private constructors.. Sorry for that.
>
> This is now ambiguous when calling `basic_format_arg(char)` because the argument type is different and comparing constraints is not allowed. @Mordante could you maybe take a look? I've reverted in the meantime.

Thanks for the ping!

I'll have a look, probably tomorrow.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123182



More information about the cfe-commits mailing list