For malloc and reserve (with an initially empty array), there is no initialization of the elments in the array. For std constructor and resize, each element will be initialized individually (to 0) in a loop I think.
-- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
