mirror of
https://github.com/boostorg/lambda2.git
synced 2026-07-21 13:23:34 +00:00
dda22ab8ee70bc67d89841ce9365d6913620ceda
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++14or above - clang++ 3.9 or later with
-std=c++14or above - Visual Studio 2015, 2017, 2019
Tested on Github Actions and Appveyor.
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
82.7%
CMake
8.5%
Shell
3.8%
Batchfile
3.3%
HTML
1.7%