mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This offers a small improvement in performance in cases where the input is a raw char* or wchar_t* string due to not having to perform an implicit conversion to std::string/std::wstring. Code cleanup covered by existing tests, which already use raw C strings.