With my growing constexpr fascination, I thought of using it for something that would be really hard using template meta-programs. How about...

With my growing constexpr fascination, I thought of using it for something that would be really hard using template meta-programs. How about...
It's official: C++11 has two meta-programming languages embedded in it! One is based on templates and other one using constexpr . Templa...