mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-20 14:52:24 +00:00
Remove unused typedef.
This commit is contained in:
@@ -640,7 +640,6 @@ inline typename enable_if<is_unsigned<Integer>, Integer>::type eval_integer_modu
|
||||
template <class Integer>
|
||||
inline typename enable_if<is_signed<Integer>, Integer>::type eval_integer_modulus(const tommath_int& x, Integer val)
|
||||
{
|
||||
typedef typename make_unsigned<Integer>::type unsigned_type;
|
||||
return eval_integer_modulus(x, boost::multiprecision::detail::unsigned_abs(val));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user