[Issue 7104] linker error on void main(){ typeof(new class{}) c; c = new typeof(c); }
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Mar 3 23:25:04 PST 2015
https://issues.dlang.org/show_bug.cgi?id=7104
--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/c779ec72240f6b110af0b9f3a0d3cc4a0bf271ee
fix Issue 7104 - linker error on void main(){ typeof(new class{}) c; c = new
typeof(c); }
https://github.com/D-Programming-Language/dmd/commit/e59c181051348d4b3a2c2fc0168dca36ab8958fd
Merge pull request #4453 from 9rnsr/fix7104
Issue 7104 - linker error on void main(){ typeof(new class{}) c; c = new
typeof(c); }
--
More information about the Digitalmars-d-bugs
mailing list