backwards headers vs. C++0x

Jonathan Wakely jwakely.gcc@gmail.com
Thu May 10 01:08:00 GMT 2007


On 06 Mar 2007 22:48:10 -0800, Ian Lance Taylor <iant@google.com> wrote:
> Here is a start at that:
>
> -Wno-deprecated used in configure.ac files:
>     http://www.google.com/codesearch?hl=en&lr=&q=%22-Wno-deprecated%22+file%3Aconfigure.ac&btnG=Search
>
> -Wno-deprecated used in Makefile:
>     http://www.google.com/codesearch?hl=en&lr=&q=%22-Wno-deprecated%22+file%3AMake&btnG=Search

It's hard to know if -Wno-deprecated was used to silence warnings from
<strstream> (deprecated, but still in the standard) or one of the
non-standard headers such as <iostream.h>, since they all give the
same warning.

Jon



More information about the Libstdc++ mailing list