Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] 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.


Back to the top