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.
- g++ 5 or later with -std=c++14or above
- clang++ 3.9 or later with -std=c++14or above
- Visual Studio 2015, 2017, 2019
Tested on Github Actions and Appveyor.
Distributed under the Boost Software License, Version 1.0.