Concurrency Confusion

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Aug 10 05:52:23 PDT 2015


There's indeed a good reason: Variant is a kitchen sink wrapper 
and tries to declare questionable code for shared type, and 
compiler catches that. Quite an impressive example of shared type 
qualifier in action, even though Variant uses a lot of casting so 
there's not a lot of type system at work there.


More information about the Digitalmars-d-learn mailing list