commit | 813363743d4f46062b1d5149d62252c0e2794289 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun May 30 12:12:25 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun May 30 12:12:25 2010 +0000 |
tree | e560c6e9c8b3b73381f0ae162cd096efa324dd10 | |
parent | ddac33882b7c51c4b0770fd39adaee33dfcd9a1c [diff] |
Issue #5211: Complete removal of implicit coercions for the complex type. Coercion for arithmetic operations was already removed in r78280, but that commit didn't remove coercion for rich comparisons.