27 Jun
2011
27 Jun
'11
7:58 a.m.
On 27-06-11 05:44, Campbell Barton wrote:
... So my question is: Would you accept patches to replace variable length arrays with heap allocations? (val = new Type[size]), delete[] val I can send in patches for it, there are only 5 or so.
Yes, please :) (Although I'd like to echo the earlier comment that it might be better to use std::vector in most cases. Just trying to let you know that this IS interesting.)