[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 10:50:23 PDT 2012


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



--- Comment #10 from Don <clugdbug at yahoo.com.au> 2012-07-30 10:50:21 PDT ---
> (In reply to comment #7)
> > But nested struct (declared in function body) cannot receive such treatment.
> 
> Why can't it? The nested struct simply gets as many context pointers as it
> needs, this can be zero if it accesses neither the local or the pred context,
> one, or two. In the latter case, the context pointer is really a pointer to a
> struct reps. an array containing the two context pointers, so that it has still
> the same ABI.

Are we certain that you can never get more than two context pointers?

-- 
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