puzzlecracker wrote:
> [..]
> What if I make operators virtual in the base class, would they still
> be hidden - or according to the standard, operators cannot be
> virtual?
Hiding and overriding are two different concepts, but hiding can be
overcome by "using" declarations (see FAQ).
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask