aboutsummaryrefslogtreecommitdiff
path: root/bigint.h
diff options
context:
space:
mode:
Diffstat (limited to 'bigint.h')
-rw-r--r--bigint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigint.h b/bigint.h
index bd15fd9..4d6c980 100644
--- a/bigint.h
+++ b/bigint.h
@@ -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);