[Issue 15930] min/max of pointers violates const

2021-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15930

--- Comment #2 from Steven Schveighoffer  ---
Hm... thanks. I wonder if a test case should be added.

--


[Issue 15930] min/max of pointers violates const

2021-02-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15930

Nathan S.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||n8sh.second...@hotmail.com
 Resolution|--- |FIXED

--- Comment #1 from Nathan S.  ---
This was fixed in DMD v2.094.1 by
https://github.com/dlang/phobos/commit/311f00f8ac1e0150139d22ae442358cd707553f8#diff-ac3d3f71b68c353e3e270f4621f707025648e26d9767dc0b2a91549805d12fa6.

--