backwards headers vs. C++0x

Ian Lance Taylor iant@google.com
Wed Mar 7 06:48:00 GMT 2007


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



More information about the Libstdc++ mailing list