Indiana Unversity logo[ConceptGCC]

ConceptGCC :

Major merge on Subversion trunk

From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-02-07 16:38:31


Hi all,

I've just committed a major update to ConceptGCC on the Subversion
trunk, which merges in the latest prerelease versions of GCC 4.3 with
the latest updates to ConceptGCC. If you're using ConceptGCC directly
from Subversion, you should expect some instability for a little while.

This merge brings new features into ConceptGCC from GCC 4.3's
experimental C++0x mode. Right now, this includes:

        - static_assert
        - C99 preprocessor
        - variadic templates

In the near future, we also hope to bring in:
        
        - rvalue references
        - decltype

        Cheers,
        Doug