maths: correct constness of PI instantiations

This commit is contained in:
Danny Robson 2015-05-15 11:01:11 +10:00
parent ddaca2f453
commit 9a1a75d623

View File

@ -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>;
//-----------------------------------------------------------------------------