re PR c++/58119 (Invalid ambiguous default type conversion with only a single invalid...
authorJason Merrill <jason@redhat.com>
Tue, 20 Aug 2013 12:58:47 +0000 (08:58 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 20 Aug 2013 12:58:47 +0000 (08:58 -0400)
commitc5918c2199ee193f86cfafb9ad9fb040d7a60a14
tree8032eae83cbbc51e1a5e4e573422bc93c16f14a6
parentf8693fafeffe58c374b04ddb44bfc281c426505a
re PR c++/58119 (Invalid ambiguous default type conversion with only a single invalid conversion listed.)

PR c++/58119
* cvt.c (build_expr_type_conversion): Don't complain about a
template that can't match the desired type category.

From-SVN: r201880
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/testsuite/g++.dg/template/delete2.C [new file with mode: 0644]