PR c++/77563 - missing ambiguous conversion error.
commit16e9eaa62786ece30c36748a29a0d9d0ca62f345
authorJason Merrill <jason@redhat.com>
Thu, 23 Mar 2017 12:50:55 +0000 (23 08:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 23 Mar 2017 12:50:55 +0000 (23 08:50 -0400)
tree3f3c6bdd46c684fcd15aa29877545bfbfb4b48f7
parentee3ff3945a03908b32b9d2555fcc3c94ae02d5eb
PR c++/77563 - missing ambiguous conversion error.

* call.c (convert_like_real): Use LOOKUP_IMPLICIT.

From-SVN: r246417
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/overload/ambig3.C [new file with mode: 0644]