How to implement a stateful meta-container in C++ -- Filip Roséen
Implementing stateful meta contianer in C++ Using Modern C++.
How to implement a stateful meta-container in C++
by Filip Roséen
From the article:
This post has explained the technical aspects related to an implementation of a stateful meta-container, allowing a developer to more easily work with, and modify, a given set of entities during the phase of translation.Together with the previous posts in this series, the formerly unstateful world of translation has gone into a stateful universe — allowing for some crazy, but conforming, implementations.

Read about a REPL allowing to test things rapidly in C++:
You should read that if you want to know more about this exciting future feature of C++:
Here is a new library to perform pattern matching:
While we wait for CppCon 2015 in September, we’re featuring videos of some of the 100+ talks from CppCon 2014. Here is today’s feature: