[Development] QList
Thiago Macieira
thiago.macieira at intel.com
Wed Mar 29 22:12:30 CEST 2017
On quarta-feira, 29 de março de 2017 11:11:58 PDT Marc Mutz wrote:
> Keyword: inline namespaces. This is the C++ mechanism for API
> versioning. It allows to make that totally transparent. Why you find
> that so odd as to be lacking for words is beyond me.
Inline namespaces do not solve the binary compatibility problem. They should
not be used in Qt API for versioning.
Instead, do what you said before: create a V2 class.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list