FString allocates no new memory if the size sufficient

This commit is contained in:
Markus Gans 2017-04-17 22:50:25 +02:00
parent a7a11083d5
commit 90fa4b0391
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
2017-04-17 Markus Gans <guru.mail@muenster.de> 2017-04-17 Markus Gans <guru.mail@muenster.de>
* Speed up FString::setNumber() by using a decimal * Speed up FString::setNumber() by using a decimal
string lookup table string lookup table
* FString allocates no new memory if the size sufficient. * FString allocates no new memory if the size sufficient
2017-04-15 Markus Gans <guru.mail@muenster.de> 2017-04-15 Markus Gans <guru.mail@muenster.de>
* Fix unsigned integer underflow in FString::_insert() * Fix unsigned integer underflow in FString::_insert()