We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2429ac7 commit 01a8f70Copy full SHA for 01a8f70
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