зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1736834 - Part 5: Use the existing ICUResult typedef for Locale::toString(). r=platform-i18n-reviewers,dminor
Differential Revision: https://phabricator.services.mozilla.com/D129041
This commit is contained in:
Родитель
09e2d151a7
Коммит
d5261e082c
|
@ -368,7 +368,7 @@ class MOZ_STACK_CLASS Locale final {
|
|||
* Fill the buffer with a string representation of the locale.
|
||||
*/
|
||||
template <typename B>
|
||||
Result<Ok, ICUError> toString(B& buffer) const {
|
||||
ICUResult toString(B& buffer) const {
|
||||
static_assert(std::is_same_v<typename B::CharType, char>);
|
||||
|
||||
size_t capacity = toStringCapacity();
|
||||
|
|
Загрузка…
Ссылка в новой задаче