[Issue 8216] CTFE should allow 'pointer is inside range' comparisons

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8216 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 8216] CTFE should allow 'pointer is inside range' comparisons

2012-07-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8216 --- Comment #4 from github-bugzi...@puremagic.com 2012-07-04 21:38:04 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/d-programming-language.org

[Issue 8216] CTFE should allow 'pointer is inside range' comparisons

2012-06-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8216 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8216] CTFE should allow 'pointer is inside range' comparisons

2012-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8216 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||CTFE, pull --- Comment #1

[Issue 8216] CTFE should allow 'pointer is inside range' comparisons

2012-06-11 Thread d-bugmail
/65aa891c4891f4aa3a7d9ddee6b9c41a90ceaa4b Fix issue 8216 CTFE should allow 'pointer is inside range' comparisons Allows comparisons between pointers to unrelated memory blocks as long as both directions are checked within a single or || expression. Never allows the ordering to be exposed to user code. (In fact, internally there isn't