c927aab29e
...and in turn add OUString::operator = and OUString::operator +=
overloads that take a std::u16string_view. Without making the ctors explicit,
the operator overloads would have caused ambiguities when called with raw
sal_Unicode pointers/non-const arrays, as those can convert to both OUString and
to std::u16string_view.
But the std::u16string_view operator overloads will generally be useful when
changing OUStringLiteral similarly to
|
||
---|---|---|
.. | ||
inc | ||
qa/unit | ||
source | ||
uiconfig/ui | ||
AllLangMoTarget_fps.mk | ||
CppunitTest_fpicker_dialogs_test.mk | ||
IwyuFilter_fpicker.yaml | ||
Library_fps.mk | ||
Library_fps_aqua.mk | ||
Library_fps_office.mk | ||
Makefile | ||
Module_fpicker.mk | ||
README | ||
UIConfig_fps.mk |
Native file pickers for macOS and Windows (file open dialog).