[Issue 5532] New: Overloading an operator breaks when using typeof(this)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Feb 6 11:00:31 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5532
Summary: Overloading an operator breaks when using typeof(this)
Product: D
Version: D2
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: akb825 at gmail.com
--- Comment #0 from akb825 at gmail.com 2011-02-06 10:58:08 PST ---
If you overload an operator and use tyepof(this) as the type of the parameter,
the compiler will throw an error about incompatible types. See the attached d
source file for an example.
This can be worked around by using the struct/class name instead of
typeof(this) for the parameter. If you're defining the operator in a template
mixin (the case where I originally noticed the bug), you will need to pass the
type as a template argument.
I am using gdc 2.051 compiled against gcc version 4.5.2 on an x64 Linux system
running Debian Squeeze. I initially posted this on gdc's bug tracker
(https://bitbucket.org/goshawk/gdc/issue/150/overloading-an-operator-breaks-when-using#comment-362929)
but they said it's likely a problem with the frontend.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list