[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] Update on C++0x
|
- From: "Schorn, Markus" <Markus.Schorn@xxxxxxxxxxxxx>
- Date: Tue, 9 Feb 2010 16:23:00 +0100
- Delivered-to: cdt-dev@eclipse.org
- Thread-index: Acqpm8OhxunwXUloQnek+HejD6WwAQ==
- Thread-topic: Update on C++0x
I have completed the work on the c++0x features supported by gcc 4.3:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=294730
With that we have support for:
* Variadic templates,
* Right angle brackets,
* Default template arguments for function templates,
* Rvalue references,
* Static assertions,
* Declared type of an expression.
There is still a long way to go, I have created a new bug for c++0x
features
supported by gcc 4.4:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=302282
Markus.