17 Jan
2019
17 Jan
'19
6:15 p.m.
On Thu, Jan 17, 2019 at 11:12 AM, Darin Adler <darin@apple.com> wrote:
Vector’s inline capacity feature was originally created as an alternative to variable length arrays for most of the purposes people would want to put them.
Any advantages of this over std::array (which is widely-used in WebKit)?