Containers seems like the best thing to work on after the allocators. Then you could start using the allocators for the containers, so you can choose different allocation strategies for them.

I'd definitely like to see a standard container for sets, instead of the void[0][T] thing I usually do.

Reply via email to