Original message
from: Nick Huxley <[EMAIL PROTECTED]>
subject: [freeqt] Standard Template Libraries
>I'm in the process of writing the class qmap. This is a template library
Ok. But how about QVector? You've spoken about it.
About STL. It is rather serious decision whether
to use it or not. STL collection classes are not used
in Qt and Harmony (why? -you may read explanation in Qt docs).
It is better not to use it. Of course you can be inspired
by any code, but write your own.
This is my opinion. Good luck.