[Issue 1309] sorting arrays of structs is broken

2011-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1309 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1309] sorting arrays of structs is broken

2010-09-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1309 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 1309] sorting arrays of structs is broken

2009-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1309 Rob Jacques sandf...@jhu.edu changed: What|Removed |Added CC||sandf...@jhu.edu ---

[Issue 1309] sorting arrays of structs is broken

2009-07-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1309 David Simcha dsim...@yahoo.com changed: What|Removed |Added CC||dsim...@yahoo.com

[Issue 1309] sorting arrays of structs is broken

2009-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1309 --- Comment #3 from g...@nwawudu.com 2009-04-07 04:13 --- The documentation for structs in associative array mentions that opCmp should be declared as 'int opCmp(ref const MyStruct x) const', this definition should be applied to

[Issue 1309] sorting arrays of structs is broken

2008-11-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1309 --- Comment #1 from [EMAIL PROTECTED] 2008-11-28 13:11 --- Just a stab in the dark, but you might try making the argument to opCmp 'const MyStruct' or 'const MyStruct*'. An opCmp shouldn't generally modify its argument so maybe DMD