]> granicus.if.org Git - icu/commit
ICU-20202 Replace CharStringPool with MemoryPool.
authorFredrik Roubert <roubert@google.com>
Mon, 29 Oct 2018 21:12:00 +0000 (22:12 +0100)
committerFredrik Roubert <fredrik@roubert.name>
Mon, 29 Oct 2018 21:58:33 +0000 (22:58 +0100)
commitb8d2d92d362f29ac762786a7a52cac4f48db4f58
treeb63a699289fb0de2800b6b03b64f11dec32c4103
parentd62f5ae5d875308d2f50bf85ab003022f309874f
ICU-20202 Replace CharStringPool with MemoryPool.

The shared templated helper class MemoryPool is a drop-in replacement
for the local helper class CharStringPool, with a simpler implementation
and an interface that allows parameters to be passed to the constructor.
icu4c/source/common/uloc_tag.cpp