STL like Vector,Pair, Map

David B. Held dheld at codelogicconsulting.com
Tue Nov 13 22:58:03 PST 2007


BLS wrote:
> I guess the most wanted STL containers are (at least for me) Vector, 
> Pair, Map.  and yep, I know that we have dyn. and asso. arrays but I 
> have to translate and port a lot of C++ stuff, using these containers. 
> This also means that the Java like Tango container impl. is not exactly 
> what I want.

It will be very hard to provide STL containers until we get struct 
d'tors and copy c'tors (contrary to how Janice trivializes the task ;). 
  D doesn't support value types as well as C++ does, but expect this to 
change.

Dave



More information about the Digitalmars-d mailing list