[clang] [Sema][CTAD] Allow user defined conversion for copy-list-initialization (PR #94752)

Gábor Spaits via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 20 07:36:17 PDT 2024


================
@@ -10892,8 +10892,6 @@ QualType Sema::DeduceTemplateSpecializationFromInitializer(
     // FIXME: The "second phase of [over.match.list] case can also
     // theoretically happen here, but it's not clear whether we can
     // ever have a parameter of the right type.
----------------
spaits wrote:

It wasn't useful (or at least I could definitely not understand why it was there) even when I was debugging to find the solution. Since I did not understand it I did not touch it.

What do you think could we remove it?

https://github.com/llvm/llvm-project/pull/94752


More information about the cfe-commits mailing list