> Yes, you need to use .create() to initialize vec instances.
Thank you for the answer!
--
Cheers, Roman Gareev.
On Mon, Jul 21, 2014 at 5:22 AM, Roman Gareev wrote:
> Dear gcc contributors,
>
> could you please answer a few questions about the implementation of
> vec.h? Should we always use “create” to initialize, for example,
> vec or is it possible to do it using “safe_grow_cleared”
> or a similar functio
Dear gcc contributors,
could you please answer a few questions about the implementation of
vec.h? Should we always use “create” to initialize, for example,
vec or is it possible to do it using “safe_grow_cleared”
or a similar function? There is "vec_safe_grow_cleared", which works
with vec. Is the