Live data from Hacker News

Typed Set Theory in C++11

bleedingmind.com

1–4 of 4 posts

Re: Typed Set Theory in C++11

#4
post #3

But isn't this what BOOST MPL does, at least partially?

Boost MPL provides similar things with its type_list (more on the practical side though). But as far as I know, it's not yet C++11, so the overall syntax is a bit more clumsy.