FString allocates no new memory if the size sufficient
This commit is contained in:
parent
a7a11083d5
commit
90fa4b0391
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue