KDE/kdelibs/kdecore
David Faure
faure at kde.org
Mon Oct 23 11:36:57 BST 2006
On Sunday, October 22, 2006 05:15:41 PM Christian Ehrlicher wrote:
> Dirk Mueller schrieb:
> > On Sunday, 22. October 2006 16:51, Christian Ehrlicher wrote:
> >
> >> exporting inlined functions is useless and gcc/windows produces a lot of
> >> warning because of this.
> >
> > Ehm, a) those are not static inline, and therefore must be exported and
> What's the difference between static inline and inline for those functions?
inline is only a hint for the compiler. It might decide to not inline the call; so the lib has
to provide the method anyway, so it needs to be exported.
--
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
More information about the kde-core-devel
mailing list