GC issue? List.pool overwritten by allocated object

kinke noone at nowhere.com
Tue May 13 19:12:19 UTC 2025


On Tuesday, 13 May 2025 at 18:30:34 UTC, Denis Feklushkin wrote:
> I hope I didn't make a mistake in this code?

The intersection logic is wrong, treating adjacency as 
intersection. Try this: `const bool intersects = (p_end > curr && 
p < curr_end)`.


More information about the Digitalmars-d mailing list