digitalmars.D - dmd assertion failure: 'ei' on line 2576 in file 'mtype.c'
Given code causes this assertion. This seems to be the minimum required. [code] struct A { const char[] B = ['A']; } int main(char[][] arg) { cast(A.B)1; } [/code] I am fairly sure I am using latest compiler, windoze says 'Modified Tuesday, 21 September 2004, 7:00:06 p.m.', dont know how much help that is. (I realise that there probably isnt any real reason to do this, but hey, could be a problem) -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Oct 15 2004
Whoops, just reallised this should be somewhere else <shame> ignore -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Oct 15 2004