This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++] major oops in <memory> -> <ext/memory> move
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Phil Edwards <pedwards at dmapub dot dma dot org>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 25 Jan 2002 09:27:50 +0100
- Subject: Re: [libstdc++] major oops in <memory> -> <ext/memory> move
- References: <200201250413.XAA28815@dmapub.dma.org>
Phil Edwards wrote:
>When Paolo moved SGI's extensions from std_memory.h and stl_tempbuf.h into
><ext/memory>, he moved too much and none of us caught it. The never-used
>std::get/return_temporary_buffer() got shifted also. Nobody noticed because,
>well, these functions are never used. They're tiny and easily overlooked.
>
>(Note that no bug reports have been received on the subsequent snapshots.
>/Nobody/ uses these functions...)
>
... indeed I don't use them... ;-)
Seriously, thanks Phil and sorry, sorry, sorry for that. It has been a
lot of work and I was planning to review again everything before the
release of 3.1 to be 100% safe. I think I got confused by the fact that
struct temporary_buffer *is* an extension...
Cheers,
Paolo.