------- Additional Comments From nathan at gcc dot gnu dot org 2005-03-31 17:47 ------- 2005-03-31 Nathan Sidwell <[EMAIL PROTECTED]>
PR c++/19203, implement DR 214 * call.c (joust): Use more_specialized_fn. * cp-tree.h (DEDUCE_ORDER): Remove. (more_specialized): Replace with ... (more_specialized_fn): ... this. * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER case. (type_unification_real): Remove DEDUCE_ORDER case. (more_specialized): Replace with ... (more_specialized_fn): ... this. Implement DR 214. (most_specialized_instantiation): Use get_bindings_real directly. fixed on mainline. See http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02862.html for comments about 4.0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19203