Hi,
How can I prevent a very small function from being inline?
I have to put that function in the header file because belongs to a template class, and I must ensure that it's not inline because contains a static member variable that must be unique through the program.