Commit a5b6c911 by Jason Merrill

revert unintended change

From-SVN: r23820
parent e6267549
...@@ -1235,9 +1235,7 @@ add_method (type, fields, method) ...@@ -1235,9 +1235,7 @@ add_method (type, fields, method)
} }
} }
if (TREE_VEC_ELT (method_vec, i)) if (DECL_CONV_FN_P (method))
/* We found a match. */;
else if (DECL_CONV_FN_P (method))
{ {
/* Type conversion operators have to come before /* Type conversion operators have to come before
ordinary methods; add_conversions depends on this to ordinary methods; add_conversions depends on this to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment