Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Update on C++0x support

Very, very cool. Thanks, Markus!

On Tue, Aug 31, 2010 at 8:19 AM, Schorn, Markus
<Markus.Schorn@xxxxxxxxxxxxx> wrote:
> Hi,
> the CDT parser now (CDT 8.0 > 20100831) supports the C++0x features as
> far as they are implemented by gcc 4.5.
>
> For details, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=316306,
> Markus.
>
> CDT 8.0:
> ========
> * Lambda expressions                    (gcc 4.5)
> * Inline namespaces                     (gcc 4.4)
> * Defaulted and deleted functions   (gcc 4.4)
> * Explicit conversion operators     (gcc 4.5)
> * Unicode and raw string literals   (gcc 4.5)
>
> CDT 7.0:
> ========
> * Variadic templates
> * Right angle brackets
> * Default template arguments for function templates
> * Rvalue references (except for *this)
> * Initializer lists
> * Auto-typed variables
> * Strongly-typed enums
> * New function declarator syntax
> * New character types
> * Static assertions
> * Declared type of an expression
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top