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


Iain Buclaw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #5 from Iain Buclaw <[email protected]> 2013-09-18 04:18:33 PDT ---
This happens because, eg: array literals are initialised by the GC by calling
_d_arrayliteralTX (typeinfo, dim);

This requires that the struct has a complete runtime type information about a
type.  Something that does not get generated for opaque types, which makes this
bug not the easiest to fix - and the same is with other array operations which
also require typeinfo to be available.

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

Reply via email to