lambda2/README.md
2020-09-07 17:50:47 +03:00

646 B

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.

Supported Compilers

  • g++ 5 or later with -std=c++14 or above
  • clang++ 3.5 or later with -std=c++14 or above
  • Visual Studio 2015, 2017, 2019

Tested on Travis and Appveyor.

License

Distributed under the Boost Software License, Version 1.0.