[Issue 6112] Odd behavior of char comparison for ordering

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

[Issue 6112] Odd behavior of char comparison for ordering

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6112 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6112] Odd behavior of char comparison for ordering

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6112 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6112] Odd behavior of char comparison for ordering

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6112 --- Comment #3 from Andrei Alexandrescu and...@erdani.com 2014-03-19 18:37:26 PDT --- thx -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6112] Odd behavior of char comparison for ordering

2011-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6112 --- Comment #1 from Andrei Alexandrescu and...@metalanguage.com 2011-06-05 22:06:56 PDT --- void main() { assert(char.min char.max); //pass auto a = char.min; auto b = char.max; assert(a b); // fails } -- Configure