[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
Wed Jun 17 14:01:37 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=7104

--- Comment #4 from github-bugzilla at puremagic.com ---
Commits pushed to stable 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

--


More information about the Digitalmars-d-bugs mailing list