John Levon <[EMAIL PROTECTED]> writes:

| Is this acceptable :
| 
| bool someNewFunction(BufferView & bv)
| {
|       someOldFunction(&bv);
| }
| 
| If we're not allowed to do this, then transitioning to using references
| where pointers are not necessary is going to be really difficult

As a temporary thing it is acceptable, but it should be marked with
comments in the code.

-- 
        Lgb

Reply via email to