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

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to