[Issue 4709] const struct leads DMD terminated abnormally
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Aug 22 06:26:04 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4709
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2010-08-22 06:25:58 PDT ---
It's the undefined Bar inside a const struct that causes the problem:
const struct Foo {
Bar* p;
}
void main() {}
--
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