I've never seen it before. I thought it was a typo for "::sample", but when I saw it actually compiles I was very confused. Can anyone help me find out please? I don't think it's a goto label.
void f() {
class: sample {
// there were some members declared here
} x;
}
sample? – davka Jan 17 '11 at 11:56gotolabel? Correct,gotothe top of theclass! – Charles Bailey Jan 17 '11 at 11:56