X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/0afe80d551aa9b66b574b956cf681692399fc728..refs/heads/no-explicit-template-args:/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