← Back to index
|
Original Bugzilla link
Bug 8038 – #line which is in a double template instantiation doesn't work
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-05-04T09:18:00Z
Last change time
2012-06-11T08:09:41Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
youxkei
Comments
Comment #0
by youxkei — 2012-05-04T09:18:47Z
template t(T){alias T t;} t!(#line 10 t!( int, ) ) i; This code works well, but... template t(T){alias T t;} t!( t!(#line 10 int, ) ) i; this code cause syntax errors.
Comment #1
by k.hara.pg — 2012-06-07T09:02:31Z
https://github.com/D-Programming-Language/dmd/pull/993
Comment #2
by github-bugzilla — 2012-06-11T07:02:22Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/b13bfa216ce40eb4783ab7a8bb5adc8b4d99702f
fix Issue 8038 - #line which is in a double template instantiation doesn't work
https://github.com/D-Programming-Language/dmd/commit/35defc3918745a5d2c82eec14391a507210cc1e5
Merge pull request #993 from 9rnsr/fix8038 Issue 8038 - #line which is in a double template instantiation doesn't work