Partial template function specialization

Lars T. Kyllingstad public at kyllingen.NOSPAMnet
Thu Aug 20 04:09:18 PDT 2009


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


More information about the Digitalmars-d-learn mailing list