The Boost.
Can you share any real-world examples of Boost::MPL usage (except lambdas), just to let me better understand its purposes …
I want to do something like this: template<int N> char* foo() { // return a compile-time string containing N, …