Files
wxWidgets/src
Vadim Zeitlin d3132b114c Optimize memory allocation in wxArrayString ctors
Call assign() instead of Add() in a loop: this is not only shorter, but
also ensures that reserve() is called before starting the loop and all
the required memory is allocated at once.
2017-11-19 21:59:02 +01:00
..
2017-11-15 10:52:21 -08:00
2017-10-17 09:21:45 -07:00
2017-07-20 08:10:33 -07:00
2017-07-30 10:38:06 +02:00