Got coverage working for templates.

This commit is contained in:
jgoppert
2015-11-04 12:11:32 -05:00
parent bf6de4b710
commit 18f80462b7
13 changed files with 243 additions and 201 deletions
+2
View File
@@ -3,6 +3,8 @@
using namespace matrix;
template class Matrix<float, 3, 3>;
int main()
{
Matrix3f m;