On Sun, Jun 22, 2014 at 5:04 PM, monnoroch via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote: > There is also a problem: when i declare opDispatch to be private, > i still have access to this forwarding from another package. Is > it a bug or what?
I don't know. I never used private in conjunction with a template. Let's hope someone more knowledgeable than me can answer this.