[Issue 10317] Regression (2.063): Recursive error within Phobos

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 9 18:18:16 PDT 2013


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


Andrei Alexandrescu <andrei at erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei at erdani.com


--- Comment #2 from Andrei Alexandrescu <andrei at erdani.com> 2013-06-09 18:18:15 PDT ---
Simplified: 

import std.algorithm;

enum E { a, b }

void main()
{
    auto a = new E[100];
    sort(a);
}

-- 
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