Re: [Development] Renaming QLatin1String to QLatin1StringView

2022-03-29 Thread Marc Mutz
s us the flexibility to add (short!) UDLs for non-string domains, later, without conflict. E.g. std has s for seconds as well as for std::string. We should just copy what works instead of inventing creative ways to break users. Thanks, Marc ____ From: Devel

Re: [Development] Renaming QLatin1String to QLatin1StringView

2022-03-11 Thread Sona Kurazyan
gt; To: development@qt-project.org > Subject: Re: [Development] Renaming QLatin1String to QLatin1StringView > > On Friday, 11 March 2022 00:46:16 PST Sona Kurazyan wrote: > > s. In Qt 7, QLatin1StringView will become "the real" class for Latin-1 > > string view, and QLatin1St

Re: [Development] Renaming QLatin1String to QLatin1StringView

2022-03-11 Thread Thiago Macieira
On Friday, 11 March 2022 00:46:16 PST Sona Kurazyan wrote: > s. In Qt 7, QLatin1StringView will become "the real" class for Latin-1 > string view, and QLatin1String will be kept as alias to it. I'd like to say I support this, at least as far as 7.0 with just the alias. When or if ever we drop the

[Development] Renaming QLatin1String to QLatin1StringView

2022-03-11 Thread Sona Kurazyan
Hi All, I'd like to inform you that I'm working on a series of changes (originally started by Marc Mutz) for introducing QLatin1StringView as an alias to QLatin1String https://codereview.qt-project.org/c/qt/qtbase/+/400032 and gradually switching to using it in our codebase and docs https://co