mirror of https://github.com/boostorg/lambda2
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.github/workflows | 2 months ago | |
doc | 2 years ago | |
include/boost | 2 months ago | |
meta | 1 year ago | |
test | 1 year ago | |
.gitattributes | 3 years ago | |
.travis.yml | 3 years ago | |
CMakeLists.txt | 1 year ago | |
README.md | 2 years ago | |
appveyor.yml | 2 years ago | |
index.html | 3 years ago |
README.md
Lambda2
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.