From: John Maddock (John_Maddock_at_[hidden])
Date: 2000-07-31 06:43:52


Neil,

>I though shared_ptr was also supposed to be an example of useful,
practical
C++. If so, isn't a little ugliness a fair trade for increased usefulness
or
practicality?
<

I don't see how this changes it's usefulness, we're just talking about
mangling the names of data which should really be private, it may protect
people from using private data - but anyone who reads the header to fugure
out what that data is should realise that it is supposed to be private?

- John.