May 25, 2012 [dmd-internals] [D-Programming-Language/dmd] 6499c5: fix Issue 8099 - Inner class's outer pointer match... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 6499c5cf306745c799748c9ea733e57c855c5918 https://github.com/D-Programming-Language/dmd/commit/6499c5cf306745c799748c9ea733e57c855c5918 Author: k-hara <k.hara.pg@gmail.com> Date: 2012-05-25 (Fri, 25 May 2012) Changed paths: M src/expression.c M test/runnable/testconst.d Log Message: ----------- fix Issue 8099 - Inner class's outer pointer matches constancy of inner, but can be set to object of arbitrary constancy Commit: 4c9b4742011f5febd7313fe25672bffa70758597 https://github.com/D-Programming-Language/dmd/commit/4c9b4742011f5febd7313fe25672bffa70758597 Author: Walter Bright <walter@walterbright.com> Date: 2012-05-25 (Fri, 25 May 2012) Changed paths: M src/expression.c M test/runnable/testconst.d Log Message: ----------- Merge pull request #965 from 9rnsr/fix8099 Issue 8099 - Inner class's outer pointer matches constancy of inner, but can be set to object of arbitrary constancy Compare: https://github.com/D-Programming-Language/dmd/compare/dfb9f29...4c9b474 |
Copyright © 1999-2021 by the D Language Foundation