November 03, 2013 [dmd-internals] [D-Programming-Language/dmd] 8121cf: fix Issue 11423 - Error: new can only create struc... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 8121cf8ed5cb41d6905a0ac3169c3f397e58dab5 https://github.com/D-Programming-Language/dmd/commit/8121cf8ed5cb41d6905a0ac3169c3f397e58dab5 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M src/expression.c A test/fail_compilation/diag11423.d Log Message: ----------- fix Issue 11423 - Error: new can only create structs, dynamic arrays or class objects, not _error_'s Commit: dc6628429ed8af254f80c86845d9237ebf5daf00 https://github.com/D-Programming-Language/dmd/commit/dc6628429ed8af254f80c86845d9237ebf5daf00 Author: Daniel Murphy <yebblies@gmail.com> Date: 2013-11-03 (Sun, 03 Nov 2013) Changed paths: M src/expression.c A test/fail_compilation/diag11423.d Log Message: ----------- Merge pull request #2710 from 9rnsr/fix11423 Issue 11423 - Error: new can only create structs, dynamic arrays or class objects, not _error_'s Compare: https://github.com/D-Programming-Language/dmd/compare/37e15abcd77a...dc6628429ed8 |
Copyright © 1999-2021 by the D Language Foundation