Hello,
> I wonder if, with C++11 named initialization syntax for PODs,
I thought only C had that? Or maybe I'm thinking of something else; I'm thinking of C's
foo_t foo = { .bar = 2, .baz = -1 }
This didn't make it into C++11 as far as I know.
Jonathan