On Wednesday, 24 April 2019 09:16:50 PDT Ritwik Das via Std-Discussion wrote:
> So why would explicit instantiation of function templates work in this case:
> 
> class Base
> {
>       template<typename T>
>       virtual int func() = 0;
> };
Because they wouldn't. The code above does not compile.
-- 
Thiago Macieira - thiago (AT) 
macieira.info - thiago (AT) 
kde.org
   Software Architect - Intel System Software Products