Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Support for C++14 Variable Templates



On Wed, Sep 16, 2015 at 2:21 AM, Lukas Wegmann <lukas.wegmann@xxxxxx> wrote:

> At IFS, we have two ongoing projects that depend on variable templates I'm curious, what are these projects about? :)
One project is the basic integration of Concepts into the parser. I’ve worked on this as a term project last year and now want to push it back to CDT. We’ll use concepts in an advanced C++ course next spring and need an IDE that does not report syntax errors when using them.

The other project is a student's term project concerning better support for constexpr with templates.

Btw. should I create a ticket for adding variable templates support?

Yes, please. 


Regards,
Lukas

-sergey 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top