On Thu, Nov 28, 2013 at 8:37 PM, Joaquin M Lopez Munoz <joaquin@tid.es> wrote:
Code requires C++11 support :-/

Variadic templates, including sizeof...()
decltype
trailing return
uniform initialization
lambdas
template alias
perfect forwarding with rvalue-refs
auto type deduction

You've gone all in :). You "almost" could use range-for loop!

Needless to say, this is going to require more than my current VS2010.

Thanks for your interest on this, and the concrete example. I'll try to digest it, at my own pace though :). --DD