Browsing the code a few months ago, I saw that it's not using the STL, but
rather has its own container class, the linked list one. Merely out of
curiosity, is this because no one's gotten to it yet, or is it a conscious
choice? I *can* see many reasons not to use it, in certain circumstances -
like wanting to maintain compatibility with older compilers, perhaps even
specific bugs in the STL that are not acceptable. I was just kind of
curious, since I've done some work using the STL myself and found it for
the most part a blessing.