From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: Calling C++ hackers. Please try out the new handling of C++11 lambda functions in CC Mode. Date: Sun, 21 Aug 2016 16:22:04 +0000 Message-ID: <20160821162204.GB3813@acm.fritz.box> References: <20160815122412.GA4515@acm.fritz.box> <1471643100.1410.3.camel@gmail.com> <20160820151955.GB2529@acm.fritz.box> <1471730790.1410.16.camel@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1471796573 5989 195.159.176.226 (21 Aug 2016 16:22:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 21 Aug 2016 16:22:53 +0000 (UTC) User-Agent: Mutt/1.5.24 (2015-08-30) Cc: emacs-devel@gnu.org To: Matthias Meulien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 21 18:22:49 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bbVWK-0001JM-UI for ged-emacs-devel@m.gmane.org; Sun, 21 Aug 2016 18:22:49 +0200 Original-Received: from localhost ([::1]:37507 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbVWI-0005qN-8G for ged-emacs-devel@m.gmane.org; Sun, 21 Aug 2016 12:22:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbVWC-0005q5-08 for emacs-devel@gnu.org; Sun, 21 Aug 2016 12:22:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbVW7-0002r0-QO for emacs-devel@gnu.org; Sun, 21 Aug 2016 12:22:38 -0400 Original-Received: from mail.muc.de ([193.149.48.3]:37009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbVW7-0002q3-Gn for emacs-devel@gnu.org; Sun, 21 Aug 2016 12:22:35 -0400 Original-Received: (qmail 54543 invoked by uid 3782); 21 Aug 2016 16:22:32 -0000 Original-Received: from acm.muc.de (p548C781C.dip0.t-ipconnect.de [84.140.120.28]) by colin.muc.de (tmda-ofmipd) with ESMTP; Sun, 21 Aug 2016 18:22:30 +0200 Original-Received: (qmail 5448 invoked by uid 1000); 21 Aug 2016 16:22:04 -0000 Content-Disposition: inline In-Reply-To: <1471730790.1410.16.camel@gmail.com> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x X-Received-From: 193.149.48.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:206724 Archived-At: Hello again, Matthias. On Sun, Aug 21, 2016 at 12:06:30AM +0200, Matthias Meulien wrote: > > I'm hoping to get C++11 uniform initialisation working sometime in > > the next few days. > Interesting. As I am using this style of initialization now., so I'll > test your work on my code base. I've just committed a first attempt at C++11 uniform initialization to the savannah master branch. Please update your Emacs, and try it out. Let the bug reports flow! > To test your implementation of C++ lambda functions handling, I've had > to build Emacs from a fresh checkout and just realized that it now > handles C++11 keywords like `nullptr' or `override'; Many thanks to > those who are bringing Emacs to modern C++! Thanks! > -- > Matthias -- Alan Mackenzie (Nuremberg, Germany).