X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/0afe80d551aa9b66b574b956cf681692399fc728..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