[Issue 10099] Diagnostic for disabled default construction should improve

2013-09-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10099 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 10099] Diagnostic for disabled default construction should improve

2013-09-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10099 --- Comment #5 from github-bugzi...@puremagic.com 2013-09-18 21:53:46 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10099] Diagnostic for disabled default construction should improve

2013-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10099 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2013-05-18 08:04:46 PDT --- test.d(12): Error: struct test.S cannot be default-initialized because it has a default constructor annotated with @disable It seems to me that is a little long

[Issue 10099] Diagnostic for disabled default construction should improve

2013-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10099 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-05-18 12:17:01 PDT --- (In reply to comment #1) test.d(12): Error: struct test.S cannot be default-initialized because it has a default constructor annotated with

[Issue 10099] Diagnostic for disabled default construction should improve

2013-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10099 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-05-18 12:17:21 PDT --- (In reply to comment #1) How about using default construction is disabled for type XXX? Perfect. -- Configure issuemail: