[dmd-internals] [D-Programming-Language/dmd] 0f7c26: fix Issue 10101 - static if conditional cannot be ...
GitHub
noreply at github.com
Sat May 18 17:25:49 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 0f7c26f8375fbb6132a708ce174fac775c208eed
https://github.com/D-Programming-Language/dmd/commit/0f7c26f8375fbb6132a708ce174fac775c208eed
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M src/attrib.c
A test/compilable/fwdref10101.d
Log Message:
-----------
fix Issue 10101 - static if conditional cannot be at global scope using mixin template
Commit: 31c15f33d71675c1daa1fdb05d8fa699074aa33f
https://github.com/D-Programming-Language/dmd/commit/31c15f33d71675c1daa1fdb05d8fa699074aa33f
Author: Walter Bright <walter at walterbright.com>
Date: 2013-05-18 (Sat, 18 May 2013)
Changed paths:
M src/attrib.c
A test/compilable/fwdref10101.d
Log Message:
-----------
Merge pull request #2049 from 9rnsr/fix10101
[REG2.063a] Issue 10101 - static if conditional cannot be at global scope using mixin template
Compare: https://github.com/D-Programming-Language/dmd/compare/acce1d9090c6...31c15f33d716
More information about the dmd-internals
mailing list