I've given up hope on the original STL in terms of it being functional etc. I did do some work on trying to get it to work to some level of functionality, so I decided not to rm-rf the code but to dump it online. If anybody is interested, it's 100% public domain as far as I'm concerned. Don't complain to me about flaws or errors, I don't care. I don't care about the original stl anymore.
The stuff is at this place for the next few months at least. Enjoy.
PD C++ STL
Re:PD C++ STL
just a note, i have been implementing an STL for my OS, it is about..80% complete.
it has a fully implemented std::vector, std::deque, std::queue, std::stack, std::list, all agorithms, and a few extras.
I am not ready to open source it yet, but when it is "ready" i'll be more than happy to
proxy
it has a fully implemented std::vector, std::deque, std::queue, std::stack, std::list, all agorithms, and a few extras.
I am not ready to open source it yet, but when it is "ready" i'll be more than happy to
proxy