This commit is contained in:
Arthur O'Dwyer 2025-04-03 23:38:20 +01:00 committed by GitHub
commit b097c05bf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
*