From: Iain K. Hanson (ikh_at_[hidden])
Date: 2003-09-07 20:06:36


> I just ran some tests using the following program:

[snip}

I think you missed the point. We are talking about virtual inheritance not
virtual functions.

i.e. struct file_err : virtual std::exception { };

/ikh