26 Sep
2007
26 Sep
'07
7:07 p.m.
template <typename T>
bool boost::pseudoprime(const T& n, const T& k)
{
typedef boost::operators<T> operatorT;
BOOST_STATIC_ASSERT(is_integral<T>::value); // static assert 1.
BOOST_STATIC_ASSERT((is_base_of