June 24, 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