On Friday, 5 July 2013 at 20:47:45 UTC, Charles Hixson wrote:
I don't mean to come off as a formatting fascist, but you'll get
more responses from busy people if you format in a more familiar
way, e.g.
class Outer
{
int inn;
struct InnerS
{
int able;
void setable()
{
able = inn;
}
}
}