From: Greg Colvin (Gregory.Colvin_at_[hidden])
Date: 2003-01-29 17:58:16


I notice that a special operator new must be used
to create objects pointed to by shifted_ptr. Is
this really necessaty? It prevents shifted_ptr
from just being an alternative implementation of
shared_ptr.