We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776e45a commit f9d5da9Copy full SHA for f9d5da9
src/big-int/bigint-func.cc
@@ -9,7 +9,7 @@
9
10
11
BigInt
12
-pow (BigInt const &x, unsigned y)
+pow (BigInt const &x, std::size_t y)
13
{
14
BigInt a = x;
15
BigInt r = 1;
0 commit comments