C++0x support macros
David Nolden
david.nolden.kdevelop at art-master.de
Wed Jun 1 17:51:41 UTC 2011
KDevelop already can do all of these complicates things, like deriving
the type from all kinds of expressions (-> see class
ExpressionParser).
The main issue about C++ 0x support will be supporting the new syntax,
because the parser is really complicated, then integrating it with the
already existing facilities, and then also providing some proper
code-completion in the added syntactic cases.
Greetings, David
More information about the KDevelop-devel
mailing list