[Issue 12382] `opDollar` can't be used at CT

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 23 03:07:28 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12382



--- Comment #4 from github-bugzilla at puremagic.com 2014-03-23 03:07:19 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/4c97247132864c2dea65f6743392261c90ec8ac0
fix Issue 12382 - `opDollar` can't be used at CT

Front-end should handle opDollar side-effect carefully, because CTFE engine
cannot interpret `(auto __dollar = obj.opDollar(), obj).opIndex(__dollar)`
without CTFE stack.

https://github.com/D-Programming-Language/dmd/commit/efe0e45fecfa2b324ae382e77e6456a419abc657
Merge pull request #3385 from 9rnsr/fix12382

Issue 12382 - `opDollar` can't be used at CT

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list