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.

Note that this is not qptrdiff or qintptr, since in *theory* sizeof(size_t) 
need not be equal to sizeof(void*) (in practice, it is) and we wouldn't want 
"ptr" in the name anyway.

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

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to