Problems compiling kdepimlibs/syndication with msvc
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Fri Oct 27 14:45:18 BST 2006
Hello,
I've once more a problem compiling kde4 with msvc :-(
This time it's kdepimlibs/syndication/sharedptr.h:195 when msvc needs to
compile such functions:
QList<Syndication::ItemPtr> FeedRSS2Impl::items() const
ItemPtr is a typedef of SharedPtr<Item> and Item is an abstract class.
because of this, msvc complains that it cannot instantiate this class in
sharedptr.h:195:
return SharedPtr<T>( new T( *d->obj ) );
Why does it work with mingw?
Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20061027/2f60c7be/attachment.sig>
More information about the kde-core-devel
mailing list