cp-tree.h (specializations_of_same_template_p): Declare.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 11 Oct 1998 17:38:53 +0000 (17:38 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 11 Oct 1998 17:38:53 +0000 (17:38 +0000)
commit6df47b0613bcbf1fc764e4725f1f2812a04884e4
tree5b6459c4e5a4e5e20273edeac8b690ed48db7fb2
parent4a7bd8e25b9441695adb7923a93fa42a18881a59
cp-tree.h (specializations_of_same_template_p): Declare.

* cp-tree.h (specializations_of_same_template_p): Declare.
* pt.c (specializations_of_same_template_p): New function.
(unify): Use it.
* search.c (get_template_base): Use it.
(get_template_base_recursive): Likewise.

From-SVN: r22987
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/cp/search.c
gcc/testsuite/g++.old-deja/g++.pt/memclass17.C [new file with mode: 0644]