what was the problem with the old post blit operator already ?

Basile B. b2.temp at gmx.com
Thu Feb 15 03:22:45 UTC 2024


On Thursday, 15 February 2024 at 02:29:27 UTC, H. S. Teoh wrote:
> On Thu, Feb 15, 2024 at 02:17:15AM +0000, Basile B. via 
> Digitalmars-d-learn wrote:
>> From what I remember, it was that there was no reference to 
>> the source.  Things got blitted and you had to fix the copy, 
>> already blitted. Was that the only issue ?
>
> [...]
> And if you have immutable fields they've already been blitted 
> and you can't fix them anymore, not without casting away 
> immutable and putting yourself in UB zone.
>
> [...]
> T

Ah those type qualifiers. Always at the corner, ready to eat your 
face.


More information about the Digitalmars-d-learn mailing list