matrix: instantiate template in host namespace
Fixes warnings under clang
This commit is contained in:
parent
67d567b5c3
commit
d738fc4a0e
@ -175,9 +175,10 @@ matrix<T>::ZEROES = { { { 0, 0, 0, 0 },
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
namespace util {
|
||||
template struct matrix<float>;
|
||||
template struct matrix<double>;
|
||||
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user