PR c++/57728 - explicit instantiation and defaulted functions
authorJason Merrill <jason@redhat.com>
Fri, 26 Aug 2016 15:10:51 +0000 (11:10 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 26 Aug 2016 15:10:51 +0000 (11:10 -0400)
commit9729a5d5241257d07aa2a9c2fa6c3abbd73e25e5
treefbf8cca60d7fea7d7d76ac821515aed3cf1cba36
parent10491e4c0450dc8e01ed9bec6db061c34a352781
PR c++/57728 - explicit instantiation and defaulted functions

* pt.c (do_type_instantiation): Don't mess with non-user-provided
member functions.

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