mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-01-31 18:22:15 +00:00
Remove extra ;s (GH #605)
This commit is contained in:
parent
dd74bc93a4
commit
c2e4ee60b3
4
misc.h
4
misc.h
@ -109,13 +109,13 @@ T NumericLimitsMin()
|
||||
{
|
||||
CRYPTOPP_ASSERT(std::numeric_limits<T>::is_specialized);
|
||||
return (std::numeric_limits<T>::min)();
|
||||
};
|
||||
}
|
||||
template<class T>
|
||||
T NumericLimitsMax()
|
||||
{
|
||||
CRYPTOPP_ASSERT(std::numeric_limits<T>::is_specialized);
|
||||
return (std::numeric_limits<T>::max)();
|
||||
};
|
||||
}
|
||||
#if defined(CRYPTOPP_WORD128_AVAILABLE)
|
||||
template<>
|
||||
CryptoPP::word128 NumericLimitsMin()
|
||||
|
Loading…
x
Reference in New Issue
Block a user