A C++14 Lambda Library
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.
 
 
 
Go to file
Peter Dimov 62815a69bf Update ci.yml 2 months ago
.github/workflows Update ci.yml 2 months ago
doc Enable syntax highlighting 2 years ago
include/boost Update version 2 months ago
meta Add 'cxxstd' to meta/libraries.json 1 year ago
test Add CMake tests to ci.yml 1 year ago
.gitattributes Initial commit 3 years ago
.travis.yml Add variant=debug,release to Travis 3 years ago
CMakeLists.txt Regenerate CMakeLists.txt 1 year ago
README.md Update README 2 years ago
appveyor.yml Update appveyor.yml 2 years ago
index.html Add documentation 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.