[Issue 10451] Array of pointers to opaque struct gives forward reference errors.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 18 05:41:38 PDT 2013


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



--- Comment #7 from Iain Buclaw <ibuclaw at ubuntu.com> 2013-09-18 05:41:37 PDT ---
(In reply to comment #6)
> But the compiler doesn't need to know anything about the type to allocate an
> array of pointers. Surely the compiler can use/share the typeinfo of void* in
> this case?

Sure we could use void* if is your expectation for typeid(foo*).toString to
return "void*"  =)

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