Partial STL reimplementation written to have a controlled, minimal alternative to the standard library.
Stack: C++
vector<T>stringunordered_map<K, V>linked_list<T>shared_ptr<T>,unique_ptr<T>,weak_ptr<T>- Move semantics, perfect forwarding
- Concepts:
CTSmartPointer,CTPointerfor compile-time type distinction
Several known UB cases not yet resolved