This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/33613] compilation inconsistency upper_bound vs lower_bound with -D_GLIBCXX_DEBUG



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]