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.
-std=c++14 or above-std=c++14 or aboveTested on Github Actions and Appveyor.
Distributed under the Boost Software License, Version 1.0.
<h1>Lambda2</h1> <p>This is an implementation of the simple C++14 lambda library described in <a href="https://pdimov.github.io/blog/2020/07/22/a-c14-lambda-library/">this post</a>.</p> <p>It has no dependencies and consists of a <a href="include/boost/lambda2/lambda2.hpp">single header</a>.</p> <p>See <a href="https://www.boost.org/libs/lambda2/">the documentation</a> for more information.</p> <h2>Supported Compilers</h2> <ul> <li>g++ 5 or later with <code>-std=c++14</code> or above</li> <li>clang++ 3.9 or later with <code>-std=c++14</code> or above</li> <li>Visual Studio 2015, 2017, 2019</li> </ul> <p>Tested on <a href="https://github.com/boostorg/lambda2/actions">Github Actions</a> and <a href="https://ci.appveyor.com/project/pdimov/lambda2">Appveyor</a>.</p> <h2>License</h2> <p>Distributed under the <a href="http://boost.org/LICENSE_1_0.txt">Boost Software License, Version 1.0</a>.</p>
<h1>Lambda2</h1> <p>This is an implementation of the simple C++14 lambda library described in <a href="https://pdimov.github.io/blog/2020/07/22/a-c14-lambda-library/">this post</a>.</p> <p>It has no dependencies and consists of a <a href="include/boost/lambda2/lambda2.hpp">single header</a>.</p> <p>See <a href="https://www.boost.org/libs/lambda2/">the documentation</a> for more information.</p> <h2>Supported Compilers</h2> <ul> <li>g++ 5 or later with <code>-std=c++14</code> or above</li> <li>clang++ 3.9 or later with <code>-std=c++14</code> or above</li> <li>Visual Studio 2015, 2017, 2019</li> </ul> <p>Tested on <a href="https://github.com/boostorg/lambda2/actions">Github Actions</a> and <a href="https://ci.appveyor.com/project/pdimov/lambda2">Appveyor</a>.</p> <h2>License</h2> <p>Distributed under the <a href="http://boost.org/LICENSE_1_0.txt">Boost Software License, Version 1.0</a>.</p>