C++/STL interop

anonymous via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 25 15:13:30 PDT 2015


On Monday 24 August 2015 17:37, anonymous wrote:

> I saw https://issues.dlang.org/show_bug.cgi?id=14956 .
> 
> 
> questions:
> - is std.basic_string released into the wild?
> - where do I find std.basic_string?
> - does std.vector exist? That would allow me to get rid of some
> C++ clue code (build an C-like interface, copy data etc)...

basic_string and char_traits are C++ things. If you're looking for D 
bindings for them, I don't know if they exist or where to find them. You 
could try asking in the bugzilla issue you linked.


More information about the Digitalmars-d-learn mailing list