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
@@ -4,6 +4,8 @@
using namespace matrix;
template class Vector<float, 5>;
int main()
{
Vector<float, 5> v;