2010-05-11

inline code.

Originally Posted By: David Richardsondavejrichardson@gmail.com
Is there any problem with this kind of inline code? clsas X { public: X(); // this is implicitly inline since I implemented the function inside the class void doSomethingHere() { doSomethingMore(); } }; If necessary I can move all these implicitly inline functions
'''Originally Posted By: David Richardsondavejrichardson@gmail.com''' Is there any problem with this kind of inline code? clsas X { public: X(); // this is implicitly inline since I implemented the function inside the class void doSomethingHere() { doSomethingMore(); } }; If necessary I can move all these implicitly inline functions
X