
8 Dec
2008
8 Dec
'08
5:12 p.m.
Andrey Semashev wrote:
I didn't look at the code, but if these member functions are declared in the class definition, they are already inline and this keyword is not needed.
Some compilers disable default inlining under certain configurations. GCC has -fno-default-inline for instance. Some libraries might explicitly put inline there to support these configurations. -- Michael Marcin