Seriously though, I think this is a big hole in the DMD support of templates.
It's very annoying to get a compiler message that consists of nothing but: " error: ATemplateFunction: int does not have a .length property" Where ATemplateFunction is something like void ATemplateFunction(ArrayT)(ArrayT x) { auto n = x.length; .... } Great so I know somewhere in my source code I called ATemplateFunction with the wrong kind of argument. The compiler knows where it was that I made the call, but it just doesn't care to enlighten me. Very frustrating. --bb On Sat, Dec 13, 2008 at 7:07 AM, Nick Sabalausky <a...@a.a> wrote: > "Bill Baxter" <wbax...@gmail.com> wrote in message > news:mailman.162.1229113882.22690.digitalmar...@puremagic.com... >> kthx bye. >> --bb > > I think we need a lolcat pic to go along with this. :) > > >