[Development] Abandoning the container changes
Thiago Macieira
thiago.macieira at intel.com
Thu Jul 19 16:06:00 CEST 2012
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120719/f15ddb3d/attachment.sig>
More information about the Development
mailing list