On quinta-feira, 19 de julho de 2012 14.31.52, Marc Mutz wrote:
> namespace v50 {
>    class QVector ... ; // same as before
> }
> inline namespace v52 {
>     class QVector ... ; // new impl, with conversion to/from v50::QVector...
> }
> qFun(const v50::QVector&); // old version, explicit namespace, required for
> BC
> qFun(const QVector &); // new version (if necessary)

As you've shown, we need to duplicate everything that has QString, QByteArray
and QVector in our API.

Close to impossible.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to