D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 4473 - Migrating to D2 needs operator overloading
Summary: Migrating to D2 needs operator overloading
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: Other Windows
: P2 normal
Assignee: No Owner
URL: http://digitalmars.com/d/2.0/D1toD2.html
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-16 08:37 UTC by Jesse Phillips
Modified: 2019-12-18 16:20 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jesse Phillips 2010-07-16 08:37:07 UTC
With the change in how operator overloading works this is another area that requires updating.

The compiler is good about instructing direction on this, but it should be mentioned that opEquals now takes a const reference, and returns a reference (is that actually required?). Then there is the removal of all opName functions for opBinary and the like.