mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-9248 fix fastCopyFrom lifetime comment
X-SVN-Rev: 31923
This commit is contained in:
parent
11a0f792f7
commit
3c69969daa
1 changed files with 1 additions and 1 deletions
|
@ -1825,7 +1825,7 @@ public:
|
|||
* of making this string also a readonly alias to the same buffer.
|
||||
*
|
||||
* The fastCopyFrom function must be used only if it is known that the lifetime of
|
||||
* this UnicodeString is at least as long as the lifetime of the aliased buffer
|
||||
* this UnicodeString does not exceed the lifetime of the aliased buffer
|
||||
* including its contents, for example for strings from resource bundles
|
||||
* or aliases to string constants.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue