[Issue 13703] "Error 16: Index Range" reported incorrectly on windows
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Nov 21 19:55:54 PST 2014
https://issues.dlang.org/show_bug.cgi?id=13703
--- Comment #2 from nick <nicolas.jinchereau at gmail.com> ---
After further testing, I found that commenting out all occurrences of the
following line in 'reflection.d' of the cited project allows the code to
compile:
// _parent = parent;
'parent' is passed from parent to child through a constructor while a hierarchy
of objects is created at compile time.
--
More information about the Digitalmars-d-bugs
mailing list