From 85a25b6fb66757ce39ccbde6b4c350345bd79df4 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 28 Apr 2024 15:59:42 -0400 Subject: [PATCH] xo-unit: choose appropriate 2x-width in Quantity template --- include/xo/unit/Quantity.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/unit/Quantity.hpp b/include/xo/unit/Quantity.hpp index 15dc4833..fd37589a 100644 --- a/include/xo/unit/Quantity.hpp +++ b/include/xo/unit/Quantity.hpp @@ -26,7 +26,7 @@ namespace xo { **/ template + typename Int2x = detail::width2x_t> class Quantity { public: using repr_type = Repr;