Mainly curious about coding style - why is it sometimes better to place implementation in header like for example QVector:
http://code.qt.io/cgit/qt/qt.git/tree/src/corelib/tools/qvector.h
the cpp is totaly empty
Mainly curious about coding style - why is it sometimes better to place implementation in header like for example QVector:
http://code.qt.io/cgit/qt/qt.git/tree/src/corelib/tools/qvector.h
the cpp is totaly empty