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
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Philipp Thomas <pthomas at suse dot de>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 21 Feb 2002 16:54:00 +0100
- Subject: Re: libstdc++/5745: get_temporary_buffer and return_temporary_buffer missing in ext/memory
- References: <20020221150217.9273.qmail@sources.redhat.com> <20020221163315.C5349@jeffreys.suse.de>
Philipp Thomas wrote:
>But that doesn't fix backward/tempbuf.h (used by algo.h, which is why I
>noticed the failure)!
>
>If tempbuf.h is right in pulling them into global namepace, something like
>this is needed:
>
>2002-02-21 Philipp Thomas <pthomas@suse.de>
>
> * include/backward/tempbuf.h: get_temporary_buffer and
> return_temporary_buffer are in namespace std, not in __gnu_cxx.
>
Yes you are right. I think your patch is almost "obviously correct", but
wait nevertheless for Benjamin's ack before committing it.
Thanks,
Paolo.