Lars T. Kyllingstad wrote:
First of all, I don't know how it is in C++, but in D you rarely write function declarations without definitions.

What I meant was: I don't know how common *templated* function declarations are. I know C++ programmers tend to put the declaration in one place and the definition in an entirely different place. One of the annoying things of C++ that D fixes, IMHO.

-Lars

Reply via email to