public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/4532
@ 2001-10-19 11:06 Benjamin Kosnik
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Kosnik @ 2001-10-19 11:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/4532; it has been noted by GNATS.

From: Benjamin Kosnik <bkoz@redhat.com>
To: Craig Rodrigues <rodrigc@mediaone.net>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/4532
Date: Fri, 19 Oct 2001 11:01:36 -0700 (PDT)

 Done.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: libstdc++/4532
@ 2001-10-13 22:26 Craig Rodrigues
  0 siblings, 0 replies; 2+ messages in thread
From: Craig Rodrigues @ 2001-10-13 22:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/4532; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
To: gcc-patches@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, brendan@zen.org, rodrigc@gcc.gnu.org
Subject: Re: libstdc++/4532
Date: Sun, 14 Oct 2001 01:18:39 -0400

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4532&database=gcc
 
 Hi,
 
 Can someone please apply this patch to mainline so that
 I can close PR 4532?
 
 2001-10-04  Brendan Kehoe  <brendan@zen.org>
  
 	* bits/stl_algo.h (partial_sort): Add missing `>' on the
 	template parameter _ValueType.
 
 
 Index: stl_algo.h
 ===================================================================
 RCS file: /cvs/gcc/gcc/libstdc++-v3/include/bits/stl_algo.h,v
 retrieving revision 1.11
 diff -u -r1.11 stl_algo.h
 --- stl_algo.h	2001/07/20 01:17:13	1.11
 +++ stl_algo.h	2001/10/14 05:11:59
 @@ -1952,7 +1952,7 @@
        // concept requirements
        __glibcpp_function_requires(_Mutable_RandomAccessIteratorConcept<
  	    _RandomAccessIter>);
 -      __glibcpp_function_requires(_LessThanComparableConcept<_ValueType);
 +      __glibcpp_function_requires(_LessThanComparableConcept<_ValueType>);
      
        make_heap(__first, __middle);
        for (_RandomAccessIter __i = __middle; __i < __last; ++__i)
 -- 
 Craig Rodrigues        
 http://www.gis.net/~craigr    
 rodrigc@mediaone.net          


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-10-19 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-19 11:06 libstdc++/4532 Benjamin Kosnik
  -- strict thread matches above, loose matches on Subject: below --
2001-10-13 22:26 libstdc++/4532 Craig Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).