Wheels is just a library where I collect stuff I think I can reuse.
Note: this is a cleaned up version of the old repo.
Many compilers currently support only a small subset of the interesting C++ features. Wheels targets GCC 4.8 as the compiler of choice. There are no plans to support any older compilers, or compilers with less support for C++ features.
Boost 1.53 is required. It may work with older versions, but I don't plan on supporting them.
Wheels is header-only: you can drop the header files somewhere and #include
them.
Documentation is forthcoming. For now the best documentation is the tests and the comments in the code.
You can suggest improvements or report bugs in the issue tracker
Special thanks go to the folks in the Lounge<C++>.