A C++14 lambda library
This is an implementation of the simple C++14 lambda library described in this post.
It has no dependencies and consists of a single header.
See the documentation for more information.
Supported Compilers
- g++ 5 or later with
-std=c++14
or above - clang++ 3.9 or later with
-std=c++14
or above - Visual Studio 2015, 2017, 2019
Tested on Github Actions and Appveyor.
License
Distributed under the Boost Software License, Version 1.0.
license | BSL-1.0 |
---|---|
project | boost |
url | github.com/boostorg/lambda2 |
doc-url | www.boost.org/doc/libs/1_85_0/libs/lambda2 |
boost-users@lists.boost.orgMailing list | |
topics | C++Boost |
5 Versions
version | 1.85.0 |
---|---|
repository | https://pkg.cppget.org/1/testing |
depends | 0 |
reviews | +1 |
version | 1.83.0 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 0 |
reviews | +1 |
version | 1.81.0+1 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 0 |
reviews | +1 |
version | 1.78.0 |
---|---|
repository | https://pkg.cppget.org/1/legacy |
depends | 0 |
reviews | +1 |
version | 1.77.0+1 |
---|---|
repository | https://pkg.cppget.org/1/legacy |
depends | 0 |
reviews | +1 |