Re: GDB now builds as a C++ program by default
Bob Rossi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <20160524114349.GA12826@linux> |
On Wed, Apr 20, 2016 at 11:55:47PM +0100, Pedro Alves wrote: > I'm happy to report that GDB git master now defaults to building with > a C++ compiler. Do you have a time frame for when GDB will be required to use C++ to compile? Looking at https://sourceware.org/gdb/wiki/cxx-conversion, I see that you will require C++ 98 or 03. Will you enforce that when compiling? I ask because I work on CGDB, a GDB front end, and it's written in C so that it can be compiled anywhere that GDB can. I'd like to transition CGDB to C++ but only want to do so after GDB is and using the same C++ standard features. Thanks, Bob Rossi