Andre Poenitz <[EMAIL PROTECTED]> writes: | Is using this feature in any way helpful? > | I just added it to the 23 mathed headers which had not used it before and | the size of the binary _increased_ by 19k (i.e "nothing"). Compile times | being exactly the same, what does this clutter buy us?
It used to buy us a lot. (some ~500-800 KB on the binary). It might be that with newer compilers it does not buy us that much, and afaik GCC will remove support for this eventually. You added the pragmas both to the header files and the implementation files right? (pragma interface, pragma implementation) -- Lgb