Andrei Alexandrescu Wrote: > > There is still debate on the matter of private methods in interfaces. > Please bring up in this forum any additional pro and con arguments that > you might have. What debate? Private methods don't get a vtbl entry so I don't see how an interface could possibly require one, regardless of in-module visibility.