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

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

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

 Done.


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

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

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

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

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4541&database=gcc
 
 Hi,
 
 Following patch addresses PR 4541 on mainline.
 
 
 2001-10-10  Brendan Kehoe  <brendan@zen.org>
 
 	* bits/stl_raw_storage_iter.h (operator=): Fix to call _Construct
 	instead of construct.
 
 Index: include/bits/stl_raw_storage_iter.h
 ===================================================================
 RCS file: /cvs/gcc/egcs/libstdc++-v3/include/bits/stl_raw_storage_iter.h,v
 retrieving revision 1.6
 diff -u -p -r1.6 stl_raw_storage_iter.h
 --- stl_raw_storage_iter.h	2001/06/27 17:09:52	1.6
 +++ stl_raw_storage_iter.h	2001/10/10 11:44:32
 @@ -79,7 +79,7 @@ namespace std
        raw_storage_iterator& 
        operator=(const _Tp& __element) 
        {
 -	construct(&*_M_iter, __element);
 +	_Construct(&*_M_iter, __element);
  	return *this;
        }        
  
 -- 
 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:16 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:16 libstdc++/4541 Benjamin Kosnik
  -- strict thread matches above, loose matches on Subject: below --
2001-10-14 12:16 libstdc++/4541 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).