diff options
Diffstat (limited to 'bigint.h')
-rw-r--r-- | bigint.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ public: Bigint(); Bigint(const Bigint&)=default; Bigint(Bigint&&)=default; + explicit Bigint(const std::string&); explicit Bigint(sdigit_t); explicit Bigint(digit_t); explicit Bigint(slongdigit_t); |