[Issue 6672] [CTFE] ICE on compile time std.algorithm.sort

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 30 17:28:04 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6672


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #3 from bearophile_hugs at eml.cc 2011-09-30 17:27:25 PDT ---
Now the code gives a different error (this error is not produced if this
sorting is done at run time):

...\dmd2\src\phobos\std\algorithm.d(6662): Error: "Failed to sort range of type
string[]. Actual result is: [alias, align, asm, assert, auto, body, bool,
break]..."
test5.d(8):        called from here: sort(kw)
test5.d(12):        called from here: foo()
foo()

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list