Andre Poenitz <[EMAIL PROTECTED]> writes: | This intention of this 'nucleus/operator->' pair instead of the usual | 'nucleus/nucleus' pair was to be able to find the non-const accesses | with grep. [They are sort of 'unwanted' in the light of potential | shared_ptr usage and each use should be justified explicitly...]
Not exacly documented in the sources... Ok... then operator-> should stay as it is and a operator* should be added, so that the t.operator-> construct can be removed. But I don't really understand why non-const access is bad? -- Lgb