Quote Originally Posted by wysota View Post
You can always convert the method to a macro.
Yeah...but I like static inline better...it makes finding errors much much easier :-)

And besides..according to the GCC manual An Inline Function is As Fast As a Macro

And since this is one of the easier optimizations...I would imagine this is true for most compilers :-)