On 2019-07-13 21:39, Volker Hilsheimer wrote:
On 13 Jul 2019, at 13:41, Thiago Macieira
wrote:
On Friday, 12 July 2019 17:37:59 -03 Matthew Woehlke wrote:
That said, I took a look at startsWith, and... surprise! It is
*already
a template*. So at least in that case, it isn't obvious why adding
Hi Christian,
for me in Germany the web interface is slower than usual, but still useable.
André
On 14.07.19 04:07, Christian Gagneraud wrote:
Hi there,
Is it just me or code-review.qt-project.org is very slow?
I have no problem with other web sites, but code-review keeps timing out?
Anyone e
Hi there,
Is it just me or code-review.qt-project.org is very slow?
I have no problem with other web sites, but code-review keeps timing out?
Anyone else has the same problem?
Chris
___
Development mailing list
Development@qt-project.org
https://lists.q
> On 13 Jul 2019, at 13:41, Thiago Macieira wrote:
> On Friday, 12 July 2019 17:37:59 -03 Matthew Woehlke wrote:
>> That said, I took a look at startsWith, and... surprise! It is *already
>> a template*. So at least in that case, it isn't obvious why adding more
>> combinations would be so terribl
On Friday, 12 July 2019 17:37:59 -03 Matthew Woehlke wrote:
> That said, I took a look at startsWith, and... surprise! It is *already
> a template*. So at least in that case, it isn't obvious why adding more
> combinations would be so terribly onerous.
Again, note how the template implicitly assum
On Friday, 12 July 2019 12:27:58 -03 Matthew Woehlke wrote:
> > And if we want to make use of the fact that a string
> > is UTF-8, the templates won't work.
>
> Eh? char8_t is a detectable and distinct type. (Wasn't that the whole
> point of this thread?) So is QUtf8String if such a thing were to