No code coverage for templated classes / methods?

Matthias Walter walter at mail.math.uni-magdeburg.de
Sun Jun 24 07:51:11 PDT 2007


Hello,

I've implemented an algorithm in D, using templates to achieve different precisions (32bit, 64bit and arbitrary precision using GMP in the future). Sadly, code coverage does not work for those (I've used Digital Mars D Compiler v1.014) - all lines in the templated classes don't count as lines with executable code :( Is it possible to change this behavior?

best regards
Matthias Walter


More information about the Digitalmars-d-learn mailing list