Any plans to support STL value types?

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Sat May 16 02:20:36 PDT 2015


On Saturday, 16 May 2015 at 08:53:00 UTC, Jonathan M Davis wrote:
> But regardless, I don't see how the C++ class having a base 
> class in C++ would really matter when interfacing with D if the 
> class is a value type.

Currently D frontend can't use such idiom: it has classes, which 
support inheritance, but are reference types, it also has 
structs, which don't support inheritance and are value types, and 
they don't mix.


More information about the Digitalmars-d mailing list