j
k
j a
j l
Jason Hise wrote:
AFAIK, a pure virtual function is the only way to automatically make any derived classes un-instantiable.
Have you considered a protected (or even private if you want complete uninstantiability) constructor ? Regards, Tobias
Back to the thread
Back to the list