unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* C++11 support status?
@ 2013-08-28  6:38 XeCycle
  0 siblings, 0 replies; only message in thread
From: XeCycle @ 2013-08-28  6:38 UTC (permalink / raw)
  To: help-gnu-emacs

Hello all,

It seems to me that new styles and/or keywords introduced by
C++11 are not supported yet, as of c-version "5.32.4".  While
adding keywords seems trivial from what Google suggested, some
new language constructs do not seem so, namely lambda expressions
and brace initializer lists.

Suppose I have a function taking a vector of string, I may write:

  func({"foo", "bar"});

Naturally, if the arguments get too long, I can consider the js
style:

  func({
    "foo", "bar"
  });

But it is does not behave as expected.  Same for lambda
expressions.  Are these features being worked on?

Thank you.

-- 
Carl Lei (XeCycle)
Department of Physics and Astronomy, SJTU
OpenPGP public key: 7795E591




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-28  6:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28  6:38 C++11 support status? XeCycle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).