|
|
|
|
|
by ynfnehf
2333 days ago
|
|
I might be wrong here, but I think that the first one is a declaration of a guard with the name m using the default constructor. The same way that
int (a);
and
int a;
are equivalent. So the guard should remain until end of scope, but won't guard anything. |
|