This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/33613] compilation inconsistency upper_bound vs lower_bound with -D_GLIBCXX_DEBUG
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2007 21:26:52 -0000
- Subject: [Bug libstdc++/33613] compilation inconsistency upper_bound vs lower_bound with -D_GLIBCXX_DEBUG
- References: <bug-33613-15176@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pcarlini at suse dot de 2007-10-01 21:26 -------
Yes. In short, the debug-mode checks must implement the detailed requirements
of DR270.
http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#270
In practice, probably we need a dual version of __check_partitioned using
__pred(__value, *__first)
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-10-01 21:26:52
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33613