This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] annex D 8 and 9 for C++0x
On 26/10/2007, Benjamin Kosnik <bkoz@redhat.com> wrote:
> > use -Wno-deprecated to silence warnings about auto_ptr then I don't
> > get warnings if someone sneaks an ostrstream into the codebase.
>
> Ah. Well, in this case, you could use -Wno-deprecated-declarations to
> get rid of just the auto_ptr and binder deprecation warnings.
Ah - I'm a bit slow but I get it now :-)
That does solve my main concern, thanks.
Jon