I want to force a little function not to be compiled as inline function even if it\'s very simple. I think this is useful for debug purpose. Is there any keyword to do this?
You can divide the class implementation between a header and cpp file. if you put the function outside of the class definition, your little function wont be inline.