2020-09-07 18:32:32 +03:00
2020-09-06 21:37:17 +03:00
2020-09-06 21:04:32 +03:00
2020-09-07 18:32:32 +03:00
2020-09-06 21:04:32 +03:00
2020-09-06 21:04:32 +03:00
2020-09-07 17:50:47 +03:00

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.

Description
A C++14 Lambda Library
Readme 207 KiB
Languages
C++ 89.1%
CMake 9.1%
HTML 1.8%