Proof-of-concept collection for C++
Benchmarking utilities
Defer action to end of scope
Serialize arbitrary containers to binary files (and read them back in again) (includes TMP: Template Meta-Programming)
Lazily evaluate variables by providing builder methods (and memoize those build values)
C++14's make_unique. It was simply forgotten to be added to C++11
Dispatch to different member methods based on the type the class was instantiated with.
Safe multidimensional arrays like in C, but in C++11 (includes TMP)
Leave those old-style for loops behind.
-Ofun unix like pipes for containers
Do something x times