KDE/kdelibs/kdecore
Thiago Macieira
thiago at kde.org
Mon Oct 23 11:34:57 BST 2006
Christian Ehrlicher wrote:
>Don't understand what you want to tell me with this. There is no need to
> be binary compatible in any way, so they can be changed from dllexport
> inline to inline without any problems. Or did I miss something?
If those functions are not static, they must be exported on ELF platforms,
because the compiler can, at any time, decide to use an out-of-line copy.
But I thought it had to emit that copy too, so fail to see the point dirk
tried to make...
It makes a lot more sense to declare them static inline.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20061023/62398563/attachment.sig>
More information about the kde-core-devel
mailing list