[dmd-internals] [D-Programming-Language/dmd] f29927: fix Issue 9525 - [CTFE] Cannot convert &S to const...
GitHub
noreply at github.com
Sun Feb 17 11:34:03 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f299278adc40385730ed842664b71d92662e76dc
https://github.com/D-Programming-Language/dmd/commit/f299278adc40385730ed842664b71d92662e76dc
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-17 (Sun, 17 Feb 2013)
Changed paths:
M src/mangle.c
M test/runnable/nested.d
Log Message:
-----------
fix Issue 9525 - [CTFE] Cannot convert &S to const(S*) at compile time
Commit: 2a6666541e0bcfd7491c721a8d11df5556dd4860
https://github.com/D-Programming-Language/dmd/commit/2a6666541e0bcfd7491c721a8d11df5556dd4860
Author: Walter Bright <walter at walterbright.com>
Date: 2013-02-17 (Sun, 17 Feb 2013)
Changed paths:
M src/mangle.c
M test/runnable/nested.d
Log Message:
-----------
Merge pull request #1669 from 9rnsr/fix9525
[Regression 2.062alpha] Issue 9525 - [CTFE] Cannot convert &S to const(S*) at compile time
Compare: https://github.com/D-Programming-Language/dmd/compare/28e6cc14374a...2a6666541e0b
More information about the dmd-internals
mailing list