2021-06-27 18:41:35 +03:00
2021-06-08 20:07:13 +03:00
2020-09-08 17:52:20 +03:00
2020-09-06 21:04:32 +03:00
2021-06-27 18:41:35 +03:00
2020-09-06 21:04:32 +03:00
2021-06-27 04:19:54 +03:00
2021-05-28 00:08:26 +03:00
2020-09-08 04:42:18 +03:00
2021-04-26 00:01:23 +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.

See the documentation for more information.

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%