mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 21:15:35 +00:00
Merge b9ccc39a41
into 770c4b8042
This commit is contained in:
commit
b097c05bf3
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ namespace message2 {
|
|||
* @internal ICU 75 technology preview
|
||||
* @deprecated This API is for technology preview only.
|
||||
*/
|
||||
Formattable(const Formattable* arr, int32_t len) : contents(std::pair(arr, len)) {}
|
||||
Formattable(const Formattable* arr, int32_t len) : contents(std::make_pair(arr, len)) {}
|
||||
/**
|
||||
* Object constructor.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue