This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
re: insert_unique with hint bug
- To: John Potter <jpotter@eagle.lhup.edu>
- Subject: re: insert_unique with hint bug
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Fri, 25 Jun 1999 12:32:47 -0700 (PDT)
- cc: libstdc++@sourceware.cygnus.com
> Just guessing from the line numbers, you are making the change to
> insert_unique which would break it by allowing duplicates at the
> beginning of tree. The second part is for insert_equal which
> would fix it allowing insertion of a duplicate at the beginning
> of tree.
Yup. I revereted that part.
Thanks,
Benjamin