Re: [C++ Patch] PR 51048

2015-06-15 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 51048

2015-06-15 Thread Paolo Carlini
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