error: no member named 'is_integral' in namespace 'boost' BOOST_STATIC_ASSERT( !boost::is_integral<T>::value )
My question is, how can I check the template parameter so that only floating-point types are allowed?
How can I avoid the error?
Thanks
Phil