From: John Maddock (john_at_[hidden])
Date: 2007-01-21 07:12:10


Dmitry Ivankov wrote:
> Doesn't work for void operator*(B&), but can we call such class
> dereferencable? :)

No, I think there will always be some corner cases like that where it blows
up, but does anyone really write such an operator in practice?

John.