I believe what he means is that when using the tag inline this is just a request to the compiler to make it inline, its not guaranteed. So the compiler ha a choice. Also the compiler may inline things not tagged with inline.
I believe its up to the compiler to decide how to report this. What compiler are you using? Might be able to configure it to give you more feedback on what its doing.
Comment