On Tuesday, 7 July 2015 at 09:47:20 UTC, deadalnix wrote:
On Tuesday, 7 July 2015 at 07:24:45 UTC, Walter Bright wrote:
On 7/6/2015 3:52 PM, deadalnix wrote:
On Sunday, 5 July 2015 at 05:23:41 UTC, Walter Bright wrote:
On 7/4/2015 3:14 PM, deadalnix wrote:
http://dlang.org/abi.html#TypeIdent

TypeIdent:
     I QualifiedName

What is that ?

It's used when there's an unresolved type.

Unresolved types in the ABI ? Is that even possible ?

I don't remember the cases, but yes.

I don't think we mean the same thing by "Unresolved types" . If the type is unknown, it is not possible to do codegen at all.

This might help: http://forum.dlang.org/post/mailman.192.1248786829.14071.digitalmar...@puremagic.com

Reply via email to