https://bugs.documentfoundation.org/show_bug.cgi?id=145539
Stephan Bergmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #14 from Stephan Bergmann <[email protected]> --- With the recent introduction of O[U]String literals ("..."_ostr, u"..."_ustr), there should generally be no more need for O[U]StringLiteral, and the overall plan is to eventually get rid of O[U]StringLiteral. For any given use of string literals, how best to represent them in the code depends on how exactly they are used. That might be O[U]String literals, or std::[u16]string_view. Various loplugin compiler plugins are meant to warn if the code uses a sub-optimal representation. Lets better close this easy hack now and rely on compiler plugins going forward to clean up those string literal uses. -- You are receiving this mail because: You are the assignee for the bug.
