N4296 10.4[class.abstract]/2
A virtual function is specified pure by using a pure-specifier (9.2) in the function declaration in the class definition. A pure virtual function need be defined only if called with, or as if with (12.4), the qualified-id syntax (5.1).

“纯虚函数的定义就是不能在基类的作用域中实现”这种大概也算是 YY ……