is it possible for gcc to warn me when I do :
class M {
Thing * a;
int b;
public:
M() { };
};
... M m(); ...
i.e. the class members are not intialised in the ctor, either with initialiser
lists or in the ctor ?
thanks
john
--
"Not to laugh, not to lament, not to curse, but to understand."
- Spinoza