From: Ed Brey (brey_at_[hidden])
Date: 2002-07-10 17:12:57


I like the operator! and implicit pointer conversion operators that are part of the current shared_ptr. They are convenient for testing whether the pointer is null or not with minimal verbosity. I think it would be a good idea to add the same to scoped_ptr and scoped_array. What do others think?