At 16:09 24.09.2007 +0200, you wrote: >> That's only a guess, I haven't tried it, but what about: >> { >> class c; >> { >> other stuff; >> } >> } >I have tried some similar changes (put one in a function, etc...) but the >compiler always optimizes it. To be inline is very important due to speed. Would it be possible to do it dynamically? class* p=new class; other stuff; delete p; bye Fabi