libstdc++/5745: get_temporary_buffer and return_temporary_buffer missing in ext/memory

Paolo Carlini pcarlini@unitus.it
Thu Feb 21 11:34:00 GMT 2002


Philipp Thomas wrote:

>* Paolo Carlini (pcarlini@unitus.it) [20020221 17:14]:
>
>>>	* include/backward/tempbuf.h: get_temporary_buffer and
>>>	return_temporary_buffer are in namespace std, not in __gnu_cxx.
>>>
>>Your patch does *not* really fix the problem:
>>
>
>Oh, yes, it *does* fix it ;-)
>
>>you have to additionally  include <memory> (which now contains
>>get_temporary_buffer and return_temporary_buffer) !
>>
>
>This isn't needed, as ext/memory already includes <memory>.
>
Ok then. Sorry. I did'nt remember that...

Ciao,
Paolo.




More information about the Libstdc++ mailing list