The following code generates warning C4250. My question is, what\'s the best solution to it?
class A { virtual void func1(); } class B : public A { } cla
[A comment really, but I don't have enough rep...]
David Segonds identified this as a known bug in VS 2005, just tried his example code in VS 2008 and it exhibits the same problem.