remove const identifier

This commit is contained in:
Krishna Vedala
2020-06-22 16:19:59 -04:00
parent bebb76e557
commit 8862859c18

View File

@@ -127,7 +127,7 @@ class large_number {
/**
* Get number of digits in the number
**/
const size_t num_digits() const { return _digits.size(); }
size_t num_digits() const { return _digits.size(); }
/**
* operator over load to access the