summaryrefslogtreecommitdiff
path: root/gmpxx.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-11 00:18:37 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-11 00:18:37 +0200
commitfe2fb6187a03d0926c37dfdc599ebf09622ceb35 (patch)
treee1aa2aec64961520b246dc50cd05d3c201daba9c /gmpxx.h
parent8d9562d04005550979c92e3ca60b039e703d686f (diff)
downloadgmp-fe2fb6187a03d0926c37dfdc599ebf09622ceb35.tar.gz
Remove the prototypes that are in gmp.h.
Diffstat (limited to 'gmpxx.h')
-rw-r--r--gmpxx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gmpxx.h b/gmpxx.h
index 97fb8a085..fe240315b 100644
--- a/gmpxx.h
+++ b/gmpxx.h
@@ -33,11 +33,6 @@ MA 02111-1307, USA. */
#include <string>
#include <gmp.h>
-// these should go into gmp.h
-istream & operator>>(istream &, mpz_ptr);
-istream & operator>>(istream &, mpq_ptr);
-istream & operator>>(istream &, mpf_ptr);
-
struct __gmp_unary_plus
{
static void eval(mpz_ptr z, mpz_srcptr w) { mpz_set(z, w); }