Dmitry Antipov wrote: > I don't know how to use VLAs in the way similar to alloca For vectors the macro needs to generate a series of declarations and statements rather than an expression. It's less clean, but it's good enough. Something like the attached, say.