Assigning member values in destructorsYes exactly, that's what I stated above. If the compiler sets the addresses of all other pointer to ...
Assigning member values in destructorsNo, it's like this: [code]struct RefCount { /// Construct. RefCount() : refs_(0), ...
Assigning member values in destructorsHey, I just stumbled over a piece of foreign code where they implemented an own ref counting syst...
This user does not accept Private Messages