[Issue 8463] Nested template static struct should work as like module level ones

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 30 08:56:25 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8463



--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2012-07-30 08:56:24 PDT ---
(In reply to comment #1)
> Do you mean, that the context pointer would be the frame pointer of the
> function which made the call? (rather than the frame pointer of 'map')?

I mean: with current dmd, Result always requires the frame pointer of map, and
we cannot kill it. and if pred is a function that requires a frame pointer
(e.g. member function, nested function), Result shall have two frame pointers,
but it's disallowed.

This issue is a proposal which provides the way to kill the former (== the
frame pointer of map).

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


More information about the Digitalmars-d-bugs mailing list