Simen kjaeraas wrote: > It would seem Walter is right, but only for opDispatch. This compiles > fine. If you want compile errors, move the ellipsis around: Hmm, looks like there is a problem, but it has nothing to do with opDispatch, as this: void bar(string s, T...)(T args) doesn't work either.