This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++/5745: get_temporary_buffer and return_temporary_buffer missing in ext/memory
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.