This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: backwards headers vs. C++0x


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]