Re: [C++ Patch] PR 51048
OK. Jason
[C++ Patch] PR 51048
Hi, we are getting bug reports (3 so far) about this issue: in C++11 we reject the below testcase and we say that the virtual function declared in A is never defined. Without considering more subtle details, the error appears meaningless because the function is in fact *pure* virtual. In any