maths: correct constness of PI instantiations
This commit is contained in:
parent
ddaca2f453
commit
9a1a75d623
@ -150,8 +150,8 @@ template uint64_t round_pow2 (uint64_t);
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
template float PI<float>;
|
||||
template double PI<double>;
|
||||
template const float PI<float>;
|
||||
template const double PI<double>;
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user