X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/4a783bbb2e9486761bb9e9928a2184a9b42a6e39..2eeb8e77d77e2f7bd6cce05a96eed7985e5bb937:/BigInteger.hh diff --git a/BigInteger.hh b/BigInteger.hh index cf6e910..e1bbfe0 100644 --- a/BigInteger.hh +++ b/BigInteger.hh @@ -72,8 +72,8 @@ public: short toShort () const; protected: // Helper - template X convertToUnsignedPrimitive() const; - template X convertToSignedPrimitive() const; + template X convertToUnsignedPrimitive(X dummyX) const; + template X convertToSignedPrimitive(X dummyX, UX dummyUX) const; public: // ACCESSORS