<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Ryan Joseph <<a href="mailto:genericptr@gmail.com">genericptr@gmail.com</a>> schrieb am Mo., 10. Juni 2019, 20:31:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Jun 10, 2019, at 2:26 PM, Sven Barth via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org" target="_blank" rel="noreferrer">fpc-devel@lists.freepascal.org</a>> wrote:<br>
> <br>
> Also FPC doesn’t have something “self” but for the class level so you need to cast the return value. Btw adding “ClassSelf” is something I’ve wanted for a while, so I can reference the class type within the class declaration.<br>
> <br>
> What are you talking about here? <br>
> <br>
<br>
Like this. I would prefer there being a “ClassSelf” type or something which acted as TSelf.<br>
<br>
type<br>
        TRecord = record<br>
                public type<br>
                        TSelf = TRecord;<br>
                public<br>
                        class operator + (left: TSelf; right: integer): TSelf;<br>
                        class operator + (left: TSelf; right: integer): TSelf;<br>
                        class operator - (left: TSelf; right: integer): TSelf;<br>
                        class operator * (left: TSelf; right: integer): TSelf;<br>
                        class operator / (left: TSelf; right: integer): TSelf;<br>
                        class operator ** (left: TSelf; right: integer): TSelf;<br>
                        class operator div (left: TSelf; right: integer): TSelf;<br>
                        class operator mod (left: TSelf; right: integer): TSelf;<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Ehm... You are aware that you can simply use TRecord here? </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>