[C++ Patch] PR 79790 ("[C++17] ICE class template argument deduction")

Jason Merrill jason@redhat.com
Fri Aug 4 17:01:00 GMT 2017


On 07/14/2017 01:32 PM, Paolo Carlini wrote:
> +      error ("cannot deduce template arguments for copy-initialization"
> +	     " of %qT, as it has no viable implicit deduction guides", type);

Why "copy-initialization"?  We do deduction for direct-initialization, 
as well.

I would also drop the "implicit".

OK with those tweaks.

Jason



More information about the Gcc-patches mailing list