Mega Search
23.2 Million


Sign Up

Make a donation  
Lambda-Over-Lambda in C++14  
News Group: comp.lang.c++

The Convergence of Modern C++ on the Lisp Programming Style - Part II

In The Convergence of Modern C++ on the Lisp Programming Style  we looked at how C++11 standard has evolved to become  an algorithmic language that increasingly incorporates features of the language Lisp. In this post we will look at what C++14 brings to the table in this regard.  As implied by the title, we will be looking at lambdas. There is one key feature in the C++14 standard that is relevant here N3649: Generic Lambdas.

Head over to http://chriskohlhepp.wordpress.com/lambda-over-lambda-in-cplusplus14/ for the full article.

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 27-Aug-2014, at 5:18 AM EST
From: Chris Kohlhepp