Colby Hall's C++ Standard Library
This library is in a state of constant change. It is actively iterated upon daily.
This library does not use RAII. This choice was made due to the complexity of C++ RAII. You will have to manage your own resources. There are memory debugging tools though.