summaryrefslogtreecommitdiff
path: root/number.h
diff options
context:
space:
mode:
authorOlivier Gayot <og@satcom1.com>2017-11-19 13:12:12 +0100
committerOlivier Gayot <og@satcom1.com>2017-11-19 16:21:05 +0100
commit471186ab6e721fed603871f385d9590a69878de3 (patch)
tree6bafd2b5de0ef26032e2e49d2429c45f3cc7b29c /number.h
parent5a2d18587b53133bc831967ccd8d6a5dd6e54190 (diff)
Allowed construction of number from 64-bits-wide integer
Signed-off-by: Olivier Gayot <og@satcom1.com>
Diffstat (limited to 'number.h')
-rw-r--r--number.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/number.h b/number.h
index 16fcea6..f68299d 100644
--- a/number.h
+++ b/number.h
@@ -13,7 +13,7 @@ public:
number &operator=(const number &) = default;
- number(std::uint32_t);
+ number(std::uint64_t);
/**
* \brief Return a hexadecimal string representation of this number.