On 2009-06-05, at 07:11, Olaf Krzikalla wrote: > BTW: do we have a macro for stack-based variable-sized arrays? In my > former company I introduced such a thing, which internally either > used the gcc extension or on msvc the alloca approach (which however > was somewhat tricky in the presence of loops). Use SmallString or SmallVector. — Gordon