[dmd-internals] [D-Programming-Language/dmd] 0dc34e: fix Issue 10063 - inout+pure results in ability to...
GitHub
noreply at github.com
Mon May 13 07:46:47 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 0dc34e8bf8dcbb7a16f4de197b902e83cbb21306
https://github.com/D-Programming-Language/dmd/commit/0dc34e8bf8dcbb7a16f4de197b902e83cbb21306
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M src/func.c
M test/fail_compilation/testInference.d
Log Message:
-----------
fix Issue 10063 - inout+pure results in ability to produce immutable reference to mutable data
Commit: 3d7f0374d99f94307e5dd3694594ac3b172ecbae
https://github.com/D-Programming-Language/dmd/commit/3d7f0374d99f94307e5dd3694594ac3b172ecbae
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M src/func.c
M test/fail_compilation/testInference.d
Log Message:
-----------
Merge pull request #2031 from 9rnsr/fix10063
Issue 10063 - inout+pure results in ability to produce immutable reference to mutable data
Compare: https://github.com/D-Programming-Language/dmd/compare/ae5b0c908e30...3d7f0374d99f
More information about the dmd-internals
mailing list