* call.c (add_template_candidates_real): Remove length parameter
commit022b46b4c0d724afd8456f65d735c764c9935210
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Apr 2005 08:29:50 +0000 (1 08:29 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Apr 2005 08:29:50 +0000 (1 08:29 +0000)
tree786304f7491132f451b00dd2f37be9afeba859b9
parent8414b91ac66951606a127f62c33b0a6342a29785
* call.c (add_template_candidates_real): Remove length parameter
from fn_type_unification call.
* class.c (resolve_address_of_overloaded_function): Likewise
* cp-tree.h (fn_type_unification): Remove length parameter.
* pt.c (get_bindings_overload): Remove.
(get_bindings_real): Rename to ...
(get_bindings): ... here.  Remove length and strict
parameters. Change return type flag to boolean.  Remove original
forwarding function.
(determine_specialization): Adjust get_bindings call.
(fn_type_unification): Remove length parameter.  Adjust.
(type_unification_real): Remove length parameter.  Adjust.
(resolve_overloaded_unification): Adjust get_bindings call.
(try_one_overload): Simplify confusing cascaded if control flow.
(unify): Remove length paramter from type_unification_real call.
(most_specialized_instantiation): Adjust get_bindings calls.
(most_specialized): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97379 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/pt.c