[Development] QList

Thiago Macieira thiago.macieira at intel.com
Thu Mar 23 22:26:21 CET 2017


On quinta-feira, 23 de março de 2017 13:46:24 PDT Marc Mutz wrote:
> On Thursday 23 March 2017 21:11:16 Thiago Macieira wrote:
> > On quinta-feira, 23 de março de 2017 12:54:53 PDT Thiago Macieira wrote:
> > > Then my QString and QByteArray updates are still mostly valid and can be
> > > taken in for Qt 6. The one change I probably want to make is to start
> > > using size_t and ssize_t like QStringView does.
> > 
> > BTW, should we have a public typedef for this?
> > 
> > QIntegerForSizeof<size_t>::Signed
> > 
> > is a mouthful.
> 
> qssize_t ?

That's what I'm leaning towards, since POSIX has ssize_t.

Before anyone asks: why not ssize_t? Because Windows is not POSIX.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list