[Development] Inline method convention

Kurt Pattyn pattyn.kurt at gmail.com
Sat Mar 15 17:41:30 CET 2014


Hi,

Recently I came across Effective C++ again and saw a chapter regarding inline methods.
In short, Scott Meyer argued against it, because of potential binary compatibility problems, code bloat, and so on.

My question is: is there any convention within Qt about inline methods?

Cheers,

Kurt


More information about the Development mailing list