This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: [libstdc++] major oops in <memory> -> <ext/memory> move


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.




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