re PR c++/58954 (accessing a private member function in decltype of a friend class...
authorJason Merrill <jason@redhat.com>
Fri, 13 Dec 2013 03:58:48 +0000 (22:58 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 13 Dec 2013 03:58:48 +0000 (22:58 -0500)
commit4149642428e2cffdd0ec2c7d14434b2c40b7de21
tree3a7c42192e0a6937b868e4b57f13c0b3e54a34ba
parent0bce3228e52e0481b785723d9ba6ff039bdb13de
re PR c++/58954 (accessing a private member function in decltype of a friend class causes access control error)

PR c++/58954
* pt.c (resolve_overloaded_unification): Use instantiate_template.

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