From ed04c44e1b0ebf154a884707a9b1adace18e15c1 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Fri, 10 Jul 2015 00:40:41 -0500 Subject: [PATCH] Added Better Enums. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4bf3b1..7fcb7fa 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin *Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet* * [access_profiler](https://github.com/arvidn/access_profiler) - A tool to count accesses to member variables in c++ programs. [GPL3] +* [Better Enums](https://github.com/aantron/better-enums) - Reflective enums (to string, iteration). Single header. [BSD] [website](http://aantron.github.io/better-enums/) * [Better String](http://bstring.sourceforge.net) - An alternative to the string library for C which is more functional and does not have buffer overflow overrun problems. Also includes a C++ wrapper. [BSD, GPL2] * [Boost.Signals](http://www.boost.org/doc/libs/1_56_0/doc/html/signals.html) - An implementation of a managed signals and slots system. [Boost] * [C++ Format](https://github.com/cppformat/cppformat) - Small, safe and fast formatting library for C++. [BSD]