Go to the first, previous, next, last section, table of contents.

What's new in version 2.7.x of gcc/g++

The current version of gcc/g++ is 2.7.2; the current libg++ is 2.7.1.

By the time you read this, two minor bug-fix releases, gcc 2.7.3 and libg++ 2.7.2, may be available. These new releases are mainly intended to fix platform-specific bugs and do not affect the C++ "front end" of the compiler.

The 2.7.x releases represent a great deal of work on the part of the g++ maintainers to fix outstanding bugs and move the compiler closer to the current ANSI/ISO standards committee's working paper, including supporting many of the new features that have been added to the language. I recommend that everyone read the NEWS file contained in the distribution (and that system administrators make the file available to their users). I've borrowed liberally from this file here.

If any features seem unfamiliar, you will probably want to look at the recently-released public review copy of the C++ Working Paper:

Here are the main points:


Go to the first, previous, next, last section, table of contents.