SolidUtils
SolidUtils

C++ utility classes.

Usage

This repository is meant to be used as a submodule in other projects.

git submodule add https://github.com/solidlake/solidutils

And then from within a source file (assuming where you added solidutils is in your include path):

{c++}
#include "solidutils/FixedSet.hpp"

What's in here?

While the utilities in this repository provide functionality similar to some of that found the Standard Template Library, there should be no duplication except that which provides functionality for early standards from later ones.