On Thu, Jan 9, 2014 at 1:33 PM, Neil <n...@parkwaycc.co.uk> wrote:
> This does not apply to AssignLiteral on an nsString, since that used to take
> a char (&)[] parameter. Instead, consider assigning an NS_LITERAL_STRING, or
> you can also use the new char16_t overload of AssignLiteral by wrapping your
> string constant in MOZ_UTF16().

Wouldn't it make sense to rewrite (clang plug-in or something?) the
existing arguments with MOZ_UTF16() throughout the codebase and then
remove the char version of the method?

-- 
Henri Sivonen
hsivo...@hsivonen.fi
https://hsivonen.fi/
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to