summaryrefslogtreecommitdiff
path: root/doc/tasks.html
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-10-24 23:54:11 +0200
committerKevin Ryde <user42@zip.com.au>2003-10-24 23:54:11 +0200
commitfaebd41713b605f89bb9cc1c4417054ff9b1b4c1 (patch)
tree629dce5a7457b35599528680930a255bd8808091 /doc/tasks.html
parentc580c19d7f575a183504d67c68c17ecc3ddffb69 (diff)
downloadgmp-faebd41713b605f89bb9cc1c4417054ff9b1b4c1.tar.gz
Remove C++ operator>> test program, done.
Diffstat (limited to 'doc/tasks.html')
-rw-r--r--doc/tasks.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/tasks.html b/doc/tasks.html
index 072648fb3..43a4c7ef5 100644
--- a/doc/tasks.html
+++ b/doc/tasks.html
@@ -696,9 +696,6 @@ MA 02111-1307, USA.
Consider making these variant <code>mpz_set_str</code> etc forms
available for <code>mpz_t</code> too, not just <code>mpz_class</code>
etc.
-<li> <code>operator&gt;&gt;</code>: Make a test program to see that we accept
- and reject the same as the standard <code>operator&gt;&gt;</code>. Kevin
- has made a start on this.
<li> <code>mpq_class operator+=</code>: Don't emit an unnecssary
<code>mpq_set(q,q)</code> before <code>mpz_addmul</code> etc.
<li> Put various bits of gmpxx.h into libgmpxx, to avoid excessive inlining.