xo-unit: choose appropriate 2x-width in Quantity template
This commit is contained in:
parent
e640ac436c
commit
85a25b6fb6
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ namespace xo {
|
|||
**/
|
||||
template <typename Repr = double,
|
||||
typename Int = std::int64_t,
|
||||
typename Int2x = __int128_t>
|
||||
typename Int2x = detail::width2x_t<Int>>
|
||||
class Quantity {
|
||||
public:
|
||||
using repr_type = Repr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue