Thiago Macieira wrote: > > If it has no sideeffects on ELF platforms, it's ok. > > But does this mean that, every time we derive from a template-based class, > we have to add this same kind of trickery? >
Yes, seems we are forced to when using msvc. See recent linker error because of inheriting from QList<QVariant> in src/qdbusmessage.h. Related thread: http://mail.kde.org/pipermail/kde-buildsystem/2006-June/003012.html Peter _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
