/Vector-Tools

A set of tools for implementing std::vector like types.

Primary LanguageC++MIT LicenseMIT

Title: Vector Tools

This project defines a set of functions that are needed for creating types like C++'s std::vector and std::basic_string. The idea is to use this as a test-bed for a C++ standard library proposal.