2024-12-13 22:38:40 +02:00
2024-12-13 22:38:40 +02:00
2021-10-28 23:13:48 +03:00
2024-12-13 22:33:25 +02:00
2022-08-15 19:32:03 +03:00
2024-08-27 14:07:08 +03:00
2020-09-06 21:04:32 +03:00
2021-06-27 04:19:54 +03:00
2024-08-27 13:59:28 +03:00
2022-08-15 19:32:30 +03:00
2020-09-08 04:42:18 +03:00
2021-09-05 01:19:08 +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.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.

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