[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:15:25 PDT 2012


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



--- Comment #8 from klickverbot <code at klickverbot.at> 2012-07-30 10:15:24 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.

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