17 Oct
2008
17 Oct
'08
2:22 p.m.
I've made some progress here, and I'd like to replace my previous question with two new ones: 1) The value type for the mapped_vector must construct over int to allow value_type(0). Howcome? What's wrong with a no-args constructor? 2) I am trying to replace some code that said: my_value_type* p = &container[index] = another_value; I keep getting stuck on various intermediate types. Is there a recipe for this?