Quote Originally Posted by wysota View Post
I guess that for Qt3 with QPtrList it might make a difference. Of course STL doesn't support dedicated lists for pointers, so to port the same behaviour to STL, one has to provide a custom compare functor.
Can you please visualize with an example??