TypeInfoEx and Variant: suggestions?

Daniel Keep daniel.keep.lists at gmail.com
Fri Apr 17 04:11:33 PDT 2009



Steven Schveighoffer wrote:
> On Thu, 16 Apr 2009 21:37:29 -0400, Daniel Keep
> <daniel.keep.lists at gmail.com> wrote:
> 
>> On a side note, I'm working on getting Tango's Layout to understand
>> Variants and do the "proper" stringification.  Still trying to work out
>> how to get the changes to compile without having to rebuild Tango...
>> *grumble*
> 
> 
> Have you tried building your test app with your modified Tango file
> specifically?  That generally works for me:
> 
> dmd variantTest.d ~/d/include/d/tango/core/Variant.d
> 
> -Steve

That works for Variant, but it doesn't seem to work with Layout.  It
compiles and runs, but it doesn't seem to actually use the code I give it.

  -- Daniel



More information about the Digitalmars-d mailing list