2
0
mirror of https://github.com/boostorg/lambda2.git synced 2026-01-19 04:22:07 +00:00
2020-09-08 17:52:20 +03:00
2020-09-08 17:52:20 +03:00
2020-09-08 04:45:46 +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-08 04:42:18 +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
Mirrored via gitea-mirror
Readme 156 KiB
Languages
C++ 89%
CMake 9.2%
HTML 1.8%