fixed: instantiate for 26:6

This commit is contained in:
Danny Robson 2015-01-15 13:59:43 +11:00
parent 496991f46e
commit d905d817c6

View File

@ -151,3 +151,4 @@ fixed<INT, FRAC>::operator /(integral_type val) const
//-----------------------------------------------------------------------------
template class util::fixed<16,16>;
template class util::fixed<32,32>;
template class util::fixed<26, 6>;