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


Benjamin Kosnik <bkoz@redhat.com> writes:

> It would be interesting to do a scan of free software C++ code and see
> if people are using -Wno-deprecated at the moment. And if so, who and
> why. Is synopsys using any of these backwards headers?
> 
> Hmm. I wonder if there is a way to limit google code searches to just
> build bits?

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

Ian


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