Forced function instantiation for coverage testing.

This commit is contained in:
jgoppert
2015-11-12 10:07:09 -05:00
parent 410bbc4c71
commit a334cecfa7
4 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
using namespace matrix;
template class Vector<float, 3>;
template class Vector<float, 2>;
int main()
{