I'm trying out the new C++11 features.
I have the following examples:
- functional sets which uses lamdbas and closures to implement sets as functions. A set is just a function that takes an int and returns true if the int is in the set, false otherwise. See my blog.