re PR c++/64352 (No SFINAE with deleted function)
authorJason Merrill <jason@redhat.com>
Thu, 18 Dec 2014 22:22:42 +0000 (17:22 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 18 Dec 2014 22:22:42 +0000 (17:22 -0500)
commit3696ea5851b122de32b3888be1a4121fc2038534
treea01f9ba5576bf65782455163941593d22e82aa0c
parent1b82e09e18d5c5f1e73b457864f1a310fcfb3f77
re PR c++/64352 (No SFINAE with deleted function)

PR c++/64352
* pt.c (tsubst_copy_and_build): Pass complain to mark_used.

From-SVN: r218877
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/deleted9.C [new file with mode: 0644]