mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-07-21 13:23:49 +00:00
Remove an unused alias
This commit is contained in:
@@ -122,9 +122,7 @@ namespace util {
|
||||
template<typename UnsignedIntegralType>
|
||||
auto util_fixed_seed() -> UnsignedIntegralType
|
||||
{
|
||||
using stopwatch_type = concurrency::stopwatch;
|
||||
|
||||
return static_cast<UnsignedIntegralType>(42U);
|
||||
return UnsignedIntegralType { UINT8_C(42) };
|
||||
}
|
||||
|
||||
} // namespace util
|
||||
|
||||
Reference in New Issue
Block a user