[dmd-internals] [D-Programming-Language/dmd] 33a4b4: fix Issue 8940 - Able to modify const/immutable wi...
GitHub
noreply at github.com
Sat Nov 10 11:22:35 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 33a4b46947067defa5800badf5e9ff2c500320e7
https://github.com/D-Programming-Language/dmd/commit/33a4b46947067defa5800badf5e9ff2c500320e7
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-11-03 (Sat, 03 Nov 2012)
Changed paths:
M src/cast.c
M src/expression.c
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
fix Issue 8940 - Able to modify const/immutable with passing to a templated function by `ref`
Commit: b26f49c89ee386ca0b4ec6d5a17d9abaa8a64a20
https://github.com/D-Programming-Language/dmd/commit/b26f49c89ee386ca0b4ec6d5a17d9abaa8a64a20
Author: Walter Bright <walter at walterbright.com>
Date: 2012-11-10 (Sat, 10 Nov 2012)
Changed paths:
M src/cast.c
M src/expression.c
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
merge #8940
Compare: https://github.com/D-Programming-Language/dmd/compare/81585953effd...b26f49c89ee3
More information about the dmd-internals
mailing list