In my experience, there\'s lot of code that explicitly uses inline functions, which comes at a tradeoff:
does link-time optimization render manual inlining, obsolete?
Not at all, the optimizer that makes the inline keyword nigh-obsolete kicks in way before link-time.