How to require operator overloading in interface

Jesse Phillips Jesse.K.Phillips+D at gmail.com
Fri Jul 19 18:37:11 PDT 2013


The relevant blog post:

http://3d.benjamin-thaut.de/?p=94

What you should understand is template functions are not/can not 
be virtual. They do not exist until they are instantiated. Thus 
you can not require that they be overloaded.


More information about the Digitalmars-d-learn mailing list