Re: [Fresco-devel] small patch for iso c++ header
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Stefan Seefeld wrote: > Hi Warren, > > Warren Turkal wrote: > >> This patch fixes a compile time warning from g++ 3.2 about using >> non-standard c++ headers. > > thanks for the patch. The problem is unfortunately a bit more involved > than that: > Applying your patch would mean to lose the ability to compile Fresco > with earlier > versions of gcc. For that reason we didn't change the code yet, but > rather use > 'configure CXX="g++ -Wno-deprecated"' to suppress the warning. > > At some point we'll want to do what you suggest, though it's not yet > decided > when exactly that will be. Indeed. When *do* we plan to drop support for gcc2.95? Post M2? Post M3? Nick Lewycky